The NNTP patch is a joke, let's drop it altogether.
[apps/madmutt.git] / globals.h
index 43c7d81..f8c7a2f 100644 (file)
--- a/globals.h
+++ b/globals.h
@@ -64,12 +64,6 @@ WHERE char *Tunnel INITVAL (NULL);
 WHERE short NetInc;
 WHERE char *Muttrc INITVAL (NULL);
 
-#ifdef USE_NNTP
-WHERE char *GroupFormat;
-WHERE char *NewsServer;
-WHERE char *NntpUser;
-WHERE char *NntpPass;
-#endif
 WHERE char *PagerFmt;
 WHERE char *PipeSep;
 
@@ -113,11 +107,6 @@ WHERE unsigned char Options[(OPTMAX + 7) / 8];
 /* bit vector for the yes/no/ask variable type */
 WHERE unsigned char QuadOptions[(OPT_MAX * 2 + 7) / 8];
 
-#ifdef USE_NNTP
-WHERE short NewsPollTimeout;
-WHERE short NntpContext;
-#endif
-
 WHERE short ConnectTimeout;
 WHERE short HistSize;
 WHERE short MenuContext;