diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-04 19:20:10 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-04 19:20:10 +0000 |
commit | 7842d2967383f119dbbcc3967caebee5407e939b (patch) | |
tree | fa359e0b2727671e24eeb89a29667d92dac01430 /screen-display.c | |
parent | 39be570b2079c38609ae6cc6c6e2bf937649d481 (diff) | |
download | rtmux-7842d2967383f119dbbcc3967caebee5407e939b.tar.gz rtmux-7842d2967383f119dbbcc3967caebee5407e939b.tar.bz2 rtmux-7842d2967383f119dbbcc3967caebee5407e939b.zip |
Revert attempt to fix stray updates, turns out it was clock :-/.
Diffstat (limited to 'screen-display.c')
-rw-r--r-- | screen-display.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/screen-display.c b/screen-display.c index e433c883..73995cda 100644 --- a/screen-display.c +++ b/screen-display.c @@ -1,4 +1,4 @@ -/* $Id: screen-display.c,v 1.15 2008-06-04 18:50:34 nicm Exp $ */ +/* $Id: screen-display.c,v 1.16 2008-06-04 19:20:09 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -22,14 +22,6 @@ #include "tmux.h" -/* Get a cell. */ -void -screen_display_get_cell(struct screen *s, - u_int px, u_int py, u_char *data, u_char *attr, u_char *colr) -{ - screen_get_cell(s, screen_x(s, px), screen_y(s, py), data, attr, colr); -} - /* Set a cell. */ void screen_display_set_cell( |