diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-27 20:41:50 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-27 20:41:50 +0000 |
commit | 3f26a39c43faef04ea316ecc98d8d195982bb303 (patch) | |
tree | 0a584ad4f25c678838428bc53a6d6104f1b47d08 /src/modules/database/database.cpp | |
parent | 40814d047c86c10a10bf63ce6ba98afd22ce3a29 (diff) |
final wipeout of all interfaces
git-svn-id: http://svn.miranda-ng.org/main/trunk@659 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/database/database.cpp')
-rw-r--r-- | src/modules/database/database.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/database/database.cpp b/src/modules/database/database.cpp index 94adf17742..ec97fcaa9f 100644 --- a/src/modules/database/database.cpp +++ b/src/modules/database/database.cpp @@ -24,8 +24,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "profilemanager.h"
#include "../srfile/file.h"
-// from the plugin loader, hate extern but the db frontend is pretty much tied
-extern PLUGINLINK pluginCoreLink;
// contains the location of mirandaboot.ini
extern TCHAR mirandabootini[MAX_PATH];
bool dbCreated;
|