From 98166ec48d49755c8915d0cc7fa87fdf3084a15c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 19 Jun 2018 14:06:30 +0300 Subject: we shall not clear events that we don't own --- plugins/Db3x_mmap/src/database.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugins/Db3x_mmap/src') 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; -- cgit v1.2.3