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

@ -25,9 +25,6 @@
* base class for all message undo/redo transactions.
*/
#undef IMETHOD_VISIBILITY
#define IMETHOD_VISIBILITY NS_VISIBILITY_DEFAULT
class NS_MSG_BASE nsMsgTxn : public nsITransaction,
public nsIWritablePropertyBag,
public nsIWritablePropertyBag2
@ -67,7 +64,4 @@ protected:
nsresult CheckForToggleDelete(nsIMsgFolder *aFolder, const nsMsgKey &aMsgKey, bool *aResult);
};
#undef IMETHOD_VISIBILITY
#define IMETHOD_VISIBILITY NS_VISIBILITY_HIDDEN
#endif