1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 01:03:14 +02:00

Remove old and unused color options

This commit is contained in:
Sebastien Helleu
2008-11-19 20:53:56 +01:00
parent 33daa4bc55
commit 1dc33f57e2
22 changed files with 453 additions and 835 deletions
+1 -1
View File
@@ -757,7 +757,7 @@ weechat_aspell_modifier_cb (void *data, const char *modifier,
/* save last modifier string received */
aspell_last_modifier_string = strdup (string);
color_normal = weechat_color (weechat_config_string (weechat_config_get ("weechat.color.input")));
color_normal = weechat_color ("bar_fg");
length_color_normal = strlen (color_normal);
color_error = weechat_color (weechat_config_string (weechat_aspell_config_look_color));
length_color_error = strlen (color_error);