diff options
author | George Hazan <ghazan@miranda.im> | 2018-06-19 14:06:30 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-06-19 14:06:30 +0300 |
commit | 98166ec48d49755c8915d0cc7fa87fdf3084a15c (patch) | |
tree | 9e936432c62bb2f3c62915754ca5cad794855ab6 /plugins/Db3x_mmap | |
parent | 42425542f1ff6c5e2ece094e004b628e8ed4514d (diff) |
we shall not clear events that we don't own
Diffstat (limited to 'plugins/Db3x_mmap')
-rw-r--r-- | plugins/Db3x_mmap/src/database.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Db3x_mmap/src/database.cpp b/plugins/Db3x_mmap/src/database.cpp index bd7a60a893..1f898d9945 100644 --- a/plugins/Db3x_mmap/src/database.cpp +++ b/plugins/Db3x_mmap/src/database.cpp @@ -23,9 +23,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "stdafx.h"
-int InitIni(void);
-void UninitIni(void);
-
DWORD CDb3Mmap::CreateNewSpace(int bytes)
{
DWORD ofsNew = m_dbHeader.ofsFileEnd;
|