From 392162f06653bd7a8a2a2f9d53fd2a7c137c02fb Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Wed, 3 May 2000 21:21:57 +0000 Subject: [PATCH] remove some obsolete #ifdefs --- mailnews/news/src/nsNNTPNewsgroupList.h | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/mailnews/news/src/nsNNTPNewsgroupList.h b/mailnews/news/src/nsNNTPNewsgroupList.h index 81b637afab19..929b9a51cd93 100644 --- a/mailnews/news/src/nsNNTPNewsgroupList.h +++ b/mailnews/news/src/nsNNTPNewsgroupList.h @@ -75,15 +75,7 @@ public: NS_DECL_NSINNTPNEWSGROUPLIST private: NS_METHOD CleanUp(); - -#ifdef HAVE_MASTER - MSG_Master *GetMaster() {return m_master;} - void SetMaster(MSG_Master *master) {m_master = master;} -#endif - -#ifdef HAVE_PANES - void SetPane(MSG_Pane *pane) {m_pane = pane;} -#endif + PRBool m_finishingXover; nsINNTPHost* GetHost() {return m_host;} const char * GetURI() {return m_uri;} @@ -101,9 +93,6 @@ private: protected: nsIMsgDatabase *m_newsDB; -#ifdef HAVE_PANES - MSG_Pane *m_pane; -#endif PRBool m_startedUpdate; PRBool m_getOldMessages; PRBool m_promptedAlready; @@ -115,9 +104,6 @@ protected: char *m_username; char *m_hostname; char *m_uri; -#ifdef HAVE_MASTER - MSG_Master *m_master; -#endif nsMsgKey m_lastProcessedNumber; nsMsgKey m_firstMsgNumber;