1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 22:06:38 +02:00

Remove unused variables

This commit is contained in:
Sebastien Helleu
2008-05-10 17:55:40 +02:00
parent ff03d203a1
commit 53ad9cddc1
-4
View File
@@ -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 */
/*