summaryrefslogtreecommitdiff
path: root/plugins/Db3x_mmap/src/dbintf.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Db3x_mmap/src/dbintf.h')
-rw-r--r--plugins/Db3x_mmap/src/dbintf.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/Db3x_mmap/src/dbintf.h b/plugins/Db3x_mmap/src/dbintf.h
index 7765644baf..700fc465b0 100644
--- a/plugins/Db3x_mmap/src/dbintf.h
+++ b/plugins/Db3x_mmap/src/dbintf.h
@@ -173,14 +173,6 @@ struct DBEvent
#include <poppack.h>
-struct ConvertedContact
-{
- ConvertedContact(MCONTACT _old, MCONTACT _new) :
- hOld(_old), hNew(_new) {}
-
- MCONTACT hOld, hNew;
-};
-
struct CDb3Mmap : public MIDatabase, public MIDatabaseChecker, public MZeroedObject
{
CDb3Mmap(const TCHAR *tszFileName, int mode);
@@ -317,8 +309,6 @@ protected:
////////////////////////////////////////////////////////////////////////////
// contacts
- OBJLIST<ConvertedContact> m_contactsMap;
-
int WipeContactHistory(DBContact *dbc);
////////////////////////////////////////////////////////////////////////////