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/Folders/commonheaders.h | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'plugins/Folders/commonheaders.h') diff --git a/plugins/Folders/commonheaders.h b/plugins/Folders/commonheaders.h index 3cab4024b1..7ce41f3fe6 100644 --- a/plugins/Folders/commonheaders.h +++ b/plugins/Folders/commonheaders.h @@ -59,22 +59,4 @@ extern char ModuleName[]; extern HINSTANCE hInstance; extern CFoldersList &lstRegisteredFolders; -#define OLD_MIRANDAPLUGININFO_SUPPORT PLUGININFO oldPluginInfo = { \ - sizeof(PLUGININFO), \ - pluginInfo.shortName, \ - pluginInfo.version, \ - pluginInfo.description, \ - pluginInfo.author, \ - pluginInfo.authorEmail, \ - pluginInfo.copyright, \ - pluginInfo.homepage, \ - pluginInfo.flags, \ - pluginInfo.replacesDefaultModule \ -}; \ -\ -extern "C" __declspec(dllexport) PLUGININFO *MirandaPluginInfo(DWORD mirandaVersion) \ -{ \ - return &oldPluginInfo; \ -} - #endif //FOLDERS_COMMONHEADERS_H \ No newline at end of file -- cgit v1.2.3