forgot part of fix for bug 316842, remove unused ifdef code, patch by mook.moz@qmail.com, sr=bienvenu

This commit is contained in:
bienvenu%nventure.com 2006-03-31 21:48:08 +00:00
Родитель c152a5f5fa
Коммит 9c5e7ed67f
1 изменённых файлов: 0 добавлений и 10 удалений

Просмотреть файл

@ -198,10 +198,6 @@ public:
nsresult GetTable (int, nsMsgSearchValidityTable**);
#ifdef DOING_EXNEWSSEARCH
nsresult PostProcessValidityTable (nsINntpIncomingServer *);
#endif
protected:
// There's one global validity manager that everyone uses. You *could* do
@ -214,9 +210,6 @@ protected:
nsCOMPtr<nsIMsgSearchValidityTable> m_onlineMailFilterTable;
nsCOMPtr<nsIMsgSearchValidityTable> m_newsTable;
#ifdef DOING_EXNEWSSEARCH
nsCOMPtr<nsIMsgSearchValidityTable> m_newsExTable;
#endif
nsCOMPtr<nsIMsgSearchValidityTable> m_localNewsTable; // used for local news searching or offline news searching...
nsCOMPtr<nsIMsgSearchValidityTable> m_ldapTable;
nsCOMPtr<nsIMsgSearchValidityTable> m_ldapAndTable;
@ -234,9 +227,6 @@ protected:
nsresult InitLocalNewsTable();
nsresult InitNewsFilterTable();
#ifdef DOING_EXNEWSSEARCH
nsresult InitNewsExTable(nsINntpIncomingServer *host = nsnull);
#endif
//set the custom headers in the table, changes whenever "mailnews.customHeaders" pref changes.
nsresult SetOtherHeadersInTable(nsIMsgSearchValidityTable *table, const char *customHeaders);