Remove the ispell stuff, it's useless, most editors know how to do this,
[apps/madmutt.git] / main.c
diff --git a/main.c b/main.c
index e5dc968..18f3079 100644 (file)
--- a/main.c
+++ b/main.c
@@ -354,13 +354,6 @@ static void show_version (void)
     );
 
   puts (_("Built-In Defaults:"));
-
-#ifdef ISPELL
-  printf ("  +ISPELL=\"%s\"\n", ISPELL);
-#else
-  puts ("  -ISPELL");
-#endif
-
   printf ("  +SENDMAIL=\"%s\"\n", SENDMAIL);
   printf ("  +MAILPATH=\"%s\"\n", MAILPATH);
   printf ("  +PKGDATADIR=\"%s\"\n", PKGDATADIR);