summaryrefslogtreecommitdiffstats
path: root/mailnews/base/util/nsMsgDBFolder.h
diff options
context:
space:
mode:
Diffstat (limited to 'mailnews/base/util/nsMsgDBFolder.h')
-rw-r--r--mailnews/base/util/nsMsgDBFolder.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/mailnews/base/util/nsMsgDBFolder.h b/mailnews/base/util/nsMsgDBFolder.h
index 6074b45f9..0c96ee8f0 100644
--- a/mailnews/base/util/nsMsgDBFolder.h
+++ b/mailnews/base/util/nsMsgDBFolder.h
@@ -40,9 +40,6 @@ class nsMsgKeySetU;
* class derived from nsMsgFolder for those folders that use an nsIMsgDatabase
*/
-#undef IMETHOD_VISIBILITY
-#define IMETHOD_VISIBILITY NS_VISIBILITY_DEFAULT
-
class NS_MSG_BASE nsMsgDBFolder: public nsRDFResource,
public nsSupportsWeakReference,
public nsIMsgFolder,
@@ -291,7 +288,4 @@ protected:
nsMsgKeySet* hiKeySet;
};
-#undef IMETHOD_VISIBILITY
-#define IMETHOD_VISIBILITY NS_VISIBILITY_HIDDEN
-
#endif