diff --git a/src/nano.c b/src/nano.c index e932f0d7..9f614c6b 100644 --- a/src/nano.c +++ b/src/nano.c @@ -1109,8 +1109,6 @@ void toggle_this(int flag) precalc_multicolorinfo(); refresh_needed = TRUE; break; -#endif -#if defined(ENABLE_NANORC) && defined(ENABLE_COLOR) case TABS_TO_SPACES: if (openfile->syntax && openfile->syntax->tab) { statusline(AHEM, _("Current syntax determines Tab"));