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/nsMsgProtocol.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'mailnews/base/util/nsMsgProtocol.h') diff --git a/mailnews/base/util/nsMsgProtocol.h b/mailnews/base/util/nsMsgProtocol.h index 98aa67285..f0675d6ff 100644 --- a/mailnews/base/util/nsMsgProtocol.h +++ b/mailnews/base/util/nsMsgProtocol.h @@ -31,9 +31,6 @@ class nsIMsgMailNewsUrl; class nsMsgFilePostHelper; class nsIProxyInfo; -#undef IMETHOD_VISIBILITY -#define IMETHOD_VISIBILITY NS_VISIBILITY_DEFAULT - // This is a helper class used to encapsulate code shared between all of the // mailnews protocol objects (imap, news, pop, smtp, etc.) In particular, // it unifies the core networking code for the protocols. My hope is that @@ -233,7 +230,4 @@ protected: virtual nsresult CloseSocket() override; }; -#undef IMETHOD_VISIBILITY -#define IMETHOD_VISIBILITY NS_VISIBILITY_HIDDEN - #endif /* nsMsgProtocol_h__ */ -- cgit v1.2.3