summaryrefslogtreecommitdiff
path: root/plugins/Db3x_mmap/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-06-19 14:06:30 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-06-19 14:06:30 +0300
commit98166ec48d49755c8915d0cc7fa87fdf3084a15c (patch)
tree9e936432c62bb2f3c62915754ca5cad794855ab6 /plugins/Db3x_mmap/src
parent42425542f1ff6c5e2ece094e004b628e8ed4514d (diff)
we shall not clear events that we don't own
Diffstat (limited to 'plugins/Db3x_mmap/src')
-rw-r--r--plugins/Db3x_mmap/src/database.cpp3
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;