summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-03-15 15:49:59 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-03-15 15:49:59 +0000
commit15e6faa8bc73431220727ae2fe38515abe03f9cc (patch)
tree62ac70641e62faa99070a2616eec8ac55d2e1f12
parentb81bd804e435e76592f9f281b717c696c3618fa2 (diff)
unused file removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@12410 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/Dbx_kv/Dbx_kv_10.vcxproj3
-rw-r--r--plugins/Dbx_kv/src/dbcache.cpp25
-rw-r--r--plugins/Dbx_mdb/Dbx_mdb_10.vcxproj1
-rw-r--r--plugins/Dbx_mdb/Dbx_mdb_10.vcxproj.filters3
-rw-r--r--plugins/Dbx_mdb/src/dbcache.cpp25
5 files changed, 0 insertions, 57 deletions
diff --git a/plugins/Dbx_kv/Dbx_kv_10.vcxproj b/plugins/Dbx_kv/Dbx_kv_10.vcxproj
index 294d55fb4f..e5a65b20e0 100644
--- a/plugins/Dbx_kv/Dbx_kv_10.vcxproj
+++ b/plugins/Dbx_kv/Dbx_kv_10.vcxproj
@@ -133,7 +133,6 @@
<AdditionalIncludeDirectories>..\..\include;..\..\..\boost;src\hamsterdb\include;src\hamsterdb\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>HAVE_CONFIG_H;NDEBUG;WIN32;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
- <ExceptionHandling>false</ExceptionHandling>
<BufferSecurityCheck>false</BufferSecurityCheck>
<FunctionLevelLinking>true</FunctionLevelLinking>
<FloatingPointModel>Fast</FloatingPointModel>
@@ -164,7 +163,6 @@
<AdditionalIncludeDirectories>..\..\include;..\..\..\boost;src\hamsterdb\include;src\hamsterdb\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>HAVE_CONFIG_H;NDEBUG;WIN32;WIN64;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
- <ExceptionHandling>false</ExceptionHandling>
<BufferSecurityCheck>false</BufferSecurityCheck>
<FunctionLevelLinking>true</FunctionLevelLinking>
<FloatingPointModel>Fast</FloatingPointModel>
@@ -188,7 +186,6 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="src\dbcache.cpp" />
<ClCompile Include="src\dbcontacts.cpp" />
<ClCompile Include="src\dbcrypt.cpp" />
<ClCompile Include="src\dbevents.cpp" />
diff --git a/plugins/Dbx_kv/src/dbcache.cpp b/plugins/Dbx_kv/src/dbcache.cpp
deleted file mode 100644
index e7e7c263b8..0000000000
--- a/plugins/Dbx_kv/src/dbcache.cpp
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
-
-Miranda NG: the free IM client for Microsoft* Windows*
-
-Copyright (ñ) 2012-15 Miranda NG project (http://miranda-ng.org)
-all portions of this codebase are copyrighted to the people
-listed in contributors.txt.
-
-This program is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public License
-as published by the Free Software Foundation; either version 2
-of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-*/
-
-#include "commonheaders.h"
-
diff --git a/plugins/Dbx_mdb/Dbx_mdb_10.vcxproj b/plugins/Dbx_mdb/Dbx_mdb_10.vcxproj
index 497ca271ce..75f142120a 100644
--- a/plugins/Dbx_mdb/Dbx_mdb_10.vcxproj
+++ b/plugins/Dbx_mdb/Dbx_mdb_10.vcxproj
@@ -191,7 +191,6 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="src\dbcache.cpp" />
<ClCompile Include="src\dbcontacts.cpp" />
<ClCompile Include="src\dbcrypt.cpp" />
<ClCompile Include="src\dbevents.cpp" />
diff --git a/plugins/Dbx_mdb/Dbx_mdb_10.vcxproj.filters b/plugins/Dbx_mdb/Dbx_mdb_10.vcxproj.filters
index ebf91d5a29..e72d6eb664 100644
--- a/plugins/Dbx_mdb/Dbx_mdb_10.vcxproj.filters
+++ b/plugins/Dbx_mdb/Dbx_mdb_10.vcxproj.filters
@@ -18,9 +18,6 @@
</Filter>
</ItemGroup>
<ItemGroup>
- <ClCompile Include="src\dbcache.cpp">
- <Filter>Source Files</Filter>
- </ClCompile>
<ClCompile Include="src\dbcontacts.cpp">
<Filter>Source Files</Filter>
</ClCompile>
diff --git a/plugins/Dbx_mdb/src/dbcache.cpp b/plugins/Dbx_mdb/src/dbcache.cpp
deleted file mode 100644
index e7e7c263b8..0000000000
--- a/plugins/Dbx_mdb/src/dbcache.cpp
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
-
-Miranda NG: the free IM client for Microsoft* Windows*
-
-Copyright (ñ) 2012-15 Miranda NG project (http://miranda-ng.org)
-all portions of this codebase are copyrighted to the people
-listed in contributors.txt.
-
-This program is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public License
-as published by the Free Software Foundation; either version 2
-of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-*/
-
-#include "commonheaders.h"
-