From 357af8c5a3cf922818ee014a8f2b54a799917eea Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 5 Jun 2012 15:39:50 +0000 Subject: removed old PLUGININFO. plugin info cleanup starts git-svn-id: http://svn.miranda-ng.org/main/trunk@312 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/CryptoPP/commonheaders.cpp | 12 ------------ plugins/CryptoPP/commonheaders.h | 1 - plugins/CryptoPP/main.cpp | 7 ------- 3 files changed, 20 deletions(-) (limited to 'plugins/CryptoPP') diff --git a/plugins/CryptoPP/commonheaders.cpp b/plugins/CryptoPP/commonheaders.cpp index e518aecb11..30452a36ee 100644 --- a/plugins/CryptoPP/commonheaders.cpp +++ b/plugins/CryptoPP/commonheaders.cpp @@ -17,18 +17,6 @@ char TEMP[MAX_PATH]; int TEMP_SIZE = 0; BOOL isVista = 0; -PLUGININFO pluginInfo = { - sizeof(PLUGININFO), - MODULENAME, - __VERSION_DWORD, - MODULENAME" library for SecureIM plugin ("__DATE__")", - "Baloo", - "baloo@bk.ru", - "© 2006-09 Baloo", - "http://miranda-im.org/download/details.php?action=viewfile&id=2669", - 0, 0 -}; - PLUGININFOEX pluginInfoEx = { sizeof(PLUGININFOEX), MODULENAME, diff --git a/plugins/CryptoPP/commonheaders.h b/plugins/CryptoPP/commonheaders.h index 78cf361487..2e9fb4277d 100644 --- a/plugins/CryptoPP/commonheaders.h +++ b/plugins/CryptoPP/commonheaders.h @@ -100,7 +100,6 @@ extern BOOL isVista; // shared vars extern HINSTANCE g_hInst; extern PLUGINLINK *pluginLink; -extern PLUGININFO pluginInfo; extern PLUGININFOEX pluginInfoEx; //extern MM_INTERFACE mmi; extern MUUID interfaces[]; diff --git a/plugins/CryptoPP/main.cpp b/plugins/CryptoPP/main.cpp index 042086d4b3..4c0a798e52 100644 --- a/plugins/CryptoPP/main.cpp +++ b/plugins/CryptoPP/main.cpp @@ -28,18 +28,11 @@ BOOL WINAPI DllMain(HINSTANCE hInst, DWORD dwReason, LPVOID) { return TRUE; } - -PLUGININFO *MirandaPluginInfo(DWORD mirandaVersion) { - return &pluginInfo; -} - - PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion) { return &pluginInfoEx; } - MUUID* MirandaPluginInterfaces(void) { return interfaces; -- cgit v1.2.3