Bug 1020971 - Port bug 1015664: Remove NS_HIDDEN and friends.

Tag #1273
This commit is contained in:
Matt A. Tobin 2019-11-11 00:27:30 -05:00 committed by Roy Tam
commit 707ff44b81
6 changed files with 0 additions and 33 deletions

View file

@ -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__ */