diff options
-rw-r--r-- | commonheaders.h | 3 | ||||
-rw-r--r-- | init.cpp | 5 |
2 files changed, 0 insertions, 8 deletions
diff --git a/commonheaders.h b/commonheaders.h index 05abcec..b164be0 100644 --- a/commonheaders.h +++ b/commonheaders.h @@ -63,8 +63,5 @@ using std::fstream; #include "utilities.h" #include "globals.h" #include "main.h" -#include "gpg_wrapper.h" -#include "jabber_account.h" #include "metacontacts.h" -#include "log.h" #endif @@ -20,17 +20,12 @@ bool bAppendTags = false, bDebugLog = false, bJabberAPI = false, bIsMiranda09 = false, bMetaContacts = false, bFileTransfers = false; TCHAR *inopentag = NULL, *inclosetag = NULL, *outopentag = NULL, *outclosetag = NULL, *password = NULL; -list <JabberAccount*> Accounts; - HINSTANCE hInst; -HANDLE hLoadPubKey = NULL, hToggleEncryption = NULL, hOnPreBuildContactMenu = NULL, hSendKey = NULL, g_hCLIcon = NULL; PLUGINLINK *pluginLink; -IconExtraColumn g_IEC = {0}; static int OnModulesLoaded(WPARAM wParam,LPARAM lParam); extern char *date(); MM_INTERFACE mmi = {0}; UTF8_INTERFACE utfi = {0}; -XML_API xi = {0}; #define MIID_REPLACER { 0x6587ce2, 0x3bf8, 0x4e74, { 0xa1, 0x87, 0x1e, 0xa8, 0x59, 0x6a, 0x6b, 0x5f } } |