Remove gtkspell support

This commit is contained in:
TingPing
2013-10-03 16:23:46 -04:00
parent d643056ca0
commit eb93130cd3
8 changed files with 12 additions and 182 deletions
-4
View File
@@ -240,11 +240,7 @@ fe_args (int argc, char *argv[])
const char cursor_color_rc[] =
"style \"xc-ib-st\""
"{"
#ifdef USE_GTKSPELL
"GtkTextView::cursor-color=\"#%02x%02x%02x\""
#else
"GtkEntry::cursor-color=\"#%02x%02x%02x\""
#endif
"}"
"widget \"*.hexchat-inputbox\" style : application \"xc-ib-st\"";