summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2013-10-09 21:40:22 -0400
committerTingPing <tingping@tingping.se>2013-10-09 21:40:22 -0400
commit0a0bb57b2a38c717b3699818df988fba8be7952f (patch)
treed5f84b66fd16c34b9fbf7b0ab6525cf335bb78a4 /src
parent5ad955236528d3962e63ce486bcbda2ee6896a63 (diff)
Remove left over ifdef for spellcheck
Diffstat (limited to 'src')
-rw-r--r--src/fe-gtk/setup.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fe-gtk/setup.c b/src/fe-gtk/setup.c
index 7c45971f..0fbed08e 100644
--- a/src/fe-gtk/setup.c
+++ b/src/fe-gtk/setup.c
@@ -1524,9 +1524,7 @@ setup_create_color_page (void)
 	setup_create_other_color (_("New message:"), COL_NEW_MSG, 10, tab);
 	setup_create_other_colorR (_("Away user:"), COL_AWAY, 10, tab);
 	setup_create_other_color (_("Highlight:"), COL_HILIGHT, 11, tab);
-#ifdef HAVE_ISO_CODES /* Defined with static spelling */
 	setup_create_other_colorR (_("Spell checker:"), COL_SPELL, 11, tab);
-#endif
 
 	setup_create_header (tab, 15, N_("Color Stripping"));