diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-12 15:18:23 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-12 15:18:23 +0000 |
commit | 84c4cf586edb825d669c21528d6821918ddd7f0c (patch) | |
tree | 516185cf651b8f20de5fb6d6ebc1125c14b36159 /plugins/Db3x_mmap/src/dbcontacts.cpp | |
parent | fab0ad41fc5a614a3d9710e9dfc9ed7850fa34c3 (diff) |
transparent access for subs' events
git-svn-id: http://svn.miranda-ng.org/main/trunk@8582 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x_mmap/src/dbcontacts.cpp')
-rw-r--r-- | plugins/Db3x_mmap/src/dbcontacts.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Db3x_mmap/src/dbcontacts.cpp b/plugins/Db3x_mmap/src/dbcontacts.cpp index 7365fb5bd9..bdc60424f6 100644 --- a/plugins/Db3x_mmap/src/dbcontacts.cpp +++ b/plugins/Db3x_mmap/src/dbcontacts.cpp @@ -23,8 +23,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "commonheaders.h"
-#define NOT_UNREAD (DBEF_READ | DBEF_SENT)
-
int CDb3Mmap::CheckProto(DBCachedContact *cc, const char *proto)
{
if (cc->szProto == NULL) {
|