summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2008-05-10 17:55:40 +0200
committerSebastien Helleu <flashcode@flashtux.org>2008-05-10 17:55:40 +0200
commit53ad9cddc1852bf7ebfed44a79f08a47a89015b9 (patch)
tree2d173269d76f74c2ddb455e23926a74f132ecb59
parentff03d203a162e1d470a1e7732e95c378aafea760 (diff)
downloadweechat-53ad9cddc1852bf7ebfed44a79f08a47a89015b9.zip
Remove unused variables
-rw-r--r--src/gui/curses/gui-curses-window.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/curses/gui-curses-window.c b/src/gui/curses/gui-curses-window.c
index 9abd4b5db..9e97f3eb2 100644
--- a/src/gui/curses/gui-curses-window.c
+++ b/src/gui/curses/gui-curses-window.c
@@ -50,10 +50,6 @@ int window_current_style_fg; /* current foreground color */
int window_current_style_bg; /* current background color */
int window_current_style_attr; /* current attributes (bold, ..) */
int window_current_color_attr; /* attr sum of last color(s) used */
-int window_save_current_style_fg; /* used to save fg temporarirly */
-int window_save_current_style_bg; /* used to save bg temporarirly */
-int window_save_current_style_attr; /* used to save current attr temp. */
-int window_save_current_color_attr; /* used to save attr temporarirly */
/*