diff options
Diffstat (limited to 'mailnews/base/util/nsMsgTxn.h')
-rw-r--r-- | mailnews/base/util/nsMsgTxn.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mailnews/base/util/nsMsgTxn.h b/mailnews/base/util/nsMsgTxn.h index 5c34de4d4..e925b60ea 100644 --- a/mailnews/base/util/nsMsgTxn.h +++ b/mailnews/base/util/nsMsgTxn.h @@ -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 |