diff options
author | George Hazan <george.hazan@gmail.com> | 2013-11-22 21:43:40 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-11-22 21:43:40 +0000 |
commit | 83f5aeeff8b6ac9cdcfa668ef9d98f23cbd7846c (patch) | |
tree | 6825eb23603bdeebc8167c130f33fa34fcfd5392 /plugins/Db3x_mmap/src/dbintf.h | |
parent | b067fba27672fca16c1dfe6f11c1c01b23bfa770 (diff) |
minus another clutch
git-svn-id: http://svn.miranda-ng.org/main/trunk@6961 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x_mmap/src/dbintf.h')
-rw-r--r-- | plugins/Db3x_mmap/src/dbintf.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Db3x_mmap/src/dbintf.h b/plugins/Db3x_mmap/src/dbintf.h index 9e8b04e549..7cf05536a2 100644 --- a/plugins/Db3x_mmap/src/dbintf.h +++ b/plugins/Db3x_mmap/src/dbintf.h @@ -297,8 +297,6 @@ struct CDb3Mmap : public CDb3Base CDb3Mmap(const TCHAR* ptszFileName);
~CDb3Mmap();
- int Load(bool bSkipInit);
-
protected:
virtual DWORD GetSettingsGroupOfsByModuleNameOfs(DBContact *dbc,DWORD ofsContact,DWORD ofsModuleName);
virtual void DBMoveChunk(DWORD ofsDest, DWORD ofsSource, int bytes);
|