mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-28 11:28:38 +00:00
forgot part of fix for bug 316842, remove unused ifdef code, patch by mook.moz@qmail.com, sr=bienvenu
This commit is contained in:
parent
c152a5f5fa
commit
9c5e7ed67f
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user