diff options
author | George Hazan <george.hazan@gmail.com> | 2015-01-17 20:32:33 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-01-17 20:32:33 +0000 |
commit | 23344057b3fb532ad37ed5f761c2b31ab6ad017c (patch) | |
tree | f806645b4bc104bdf20d140f9f808da099078404 /plugins/Dbx_mdb/src/dbevents.cpp | |
parent | c95e05fb8fde24e0297ee6c2197934b18e3f507e (diff) |
ooops...
git-svn-id: http://svn.miranda-ng.org/main/trunk@11871 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_mdb/src/dbevents.cpp')
-rw-r--r-- | plugins/Dbx_mdb/src/dbevents.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Dbx_mdb/src/dbevents.cpp b/plugins/Dbx_mdb/src/dbevents.cpp index 949c6eab64..ae5344ae4e 100644 --- a/plugins/Dbx_mdb/src/dbevents.cpp +++ b/plugins/Dbx_mdb/src/dbevents.cpp @@ -23,8 +23,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "commonheaders.h"
-static HANDLE hEventDeletedEvent, hEventAddedEvent, hEventFilterAddedEvent;
-
STDMETHODIMP_(LONG) CDbxMdb::GetEventCount(MCONTACT contactID)
{
mir_cslock lck(m_csDbAccess);
|