diff options
Diffstat (limited to 'plugins/Dbx_mdb')
-rw-r--r-- | plugins/Dbx_mdb/Dbx_mdb_10.vcxproj | 1 | ||||
-rw-r--r-- | plugins/Dbx_mdb/Dbx_mdb_10.vcxproj.filters | 3 | ||||
-rw-r--r-- | plugins/Dbx_mdb/src/dbcache.cpp | 25 |
3 files changed, 0 insertions, 29 deletions
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"
-
|