From 359334f1a1d74e346ff76f8da85c8de897ca159a Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Mon, 11 Nov 2019 00:27:30 -0500 Subject: Bug 1020971 - Port bug 1015664: Remove NS_HIDDEN and friends. Tag #1273 --- mailnews/base/util/nsMsgIncomingServer.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'mailnews/base/util/nsMsgIncomingServer.h') diff --git a/mailnews/base/util/nsMsgIncomingServer.h b/mailnews/base/util/nsMsgIncomingServer.h index d19bdc930..58502e224 100644 --- a/mailnews/base/util/nsMsgIncomingServer.h +++ b/mailnews/base/util/nsMsgIncomingServer.h @@ -33,9 +33,6 @@ class nsIMsgProtocolInfo; * this particular implementation is not meant to be used directly. */ -#undef IMETHOD_VISIBILITY -#define IMETHOD_VISIBILITY NS_VISIBILITY_DEFAULT - class NS_MSG_BASE nsMsgIncomingServer : public nsIMsgIncomingServer, public nsSupportsWeakReference, public nsIObserver @@ -101,7 +98,4 @@ protected: bool mPerformingBiff; }; -#undef IMETHOD_VISIBILITY -#define IMETHOD_VISIBILITY NS_VISIBILITY_HIDDEN - #endif // nsMsgIncomingServer_h__ -- cgit v1.2.3