diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-31 14:38:25 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-31 14:38:25 +0000 |
commit | 1e31191afc0fbaeb211bc1f2c250ee155d21d0c0 (patch) | |
tree | de23ba08b6844791c8500c4f500129b27771939e /plugins/Db3x_mmap/src/commonheaders.h | |
parent | 9832b02f72a26c28e65ef4f281c16e684618d2b8 (diff) |
inline method markedRead() introduced instead of bits magic
git-svn-id: http://svn.miranda-ng.org/main/trunk@8807 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x_mmap/src/commonheaders.h')
-rw-r--r-- | plugins/Db3x_mmap/src/commonheaders.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Db3x_mmap/src/commonheaders.h b/plugins/Db3x_mmap/src/commonheaders.h index b6274b4868..4ddc34de68 100644 --- a/plugins/Db3x_mmap/src/commonheaders.h +++ b/plugins/Db3x_mmap/src/commonheaders.h @@ -47,8 +47,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "resource.h"
#include "version.h"
-#define NOT_UNREAD (DBEF_READ | DBEF_SENT)
-
extern HINSTANCE g_hInst;
extern LIST<CDb3Mmap> g_Dbs;
extern DBSignature dbSignatureU, dbSignatureE, dbSignatureIM, dbSignatureSA;
|