diff options
author | George Hazan <george.hazan@gmail.com> | 2015-01-08 14:44:50 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-01-08 14:44:50 +0000 |
commit | 2528f3b4fa08ddce81d27f591dfb6c1dbc214a71 (patch) | |
tree | c2a62f888b15ae55f0e4a5da28a775d3be4c5dcb /plugins/Dbx_mdb/src/commonheaders.h | |
parent | 166213fbc42066680b8423a735d36eb260a30c75 (diff) |
next compilable variant
git-svn-id: http://svn.miranda-ng.org/main/trunk@11797 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_mdb/src/commonheaders.h')
-rw-r--r-- | plugins/Dbx_mdb/src/commonheaders.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Dbx_mdb/src/commonheaders.h b/plugins/Dbx_mdb/src/commonheaders.h index aed6533011..57db50bdb3 100644 --- a/plugins/Dbx_mdb/src/commonheaders.h +++ b/plugins/Dbx_mdb/src/commonheaders.h @@ -55,7 +55,6 @@ extern "C" extern HINSTANCE g_hInst;
extern LIST<CDbxMdb> g_Dbs;
-extern DBSignature dbSignatureU, dbSignatureE, dbSignatureIM, dbSignatureSA, dbSignatureSD;
#ifdef __GNUC__
#define mir_i64(x) (x##LL)
|