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/FloatingContacts/main.cpp | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'plugins/FloatingContacts/main.cpp') diff --git a/plugins/FloatingContacts/main.cpp b/plugins/FloatingContacts/main.cpp index 8c572e210d..187160f47d 100644 --- a/plugins/FloatingContacts/main.cpp +++ b/plugins/FloatingContacts/main.cpp @@ -145,20 +145,6 @@ static void InitOptions() { fcOpt.bShowIdle = TRUE; } - -PLUGININFO pluginInfo = { - sizeof(PLUGININFO), - __PLUGIN_NAME, - 0, - __DESC, - __AUTHOR, - __AUTHOREMAIL, - __COPYRIGHT, - __AUTHORWEB, - UNICODE_AWARE, - 0 -}; - // {53C715A8-EB01-4136-A73C-441868610074} #define MIID_FLTCONT { 0x53c715a8, 0xeb01, 0x4136, { 0xa7, 0x3c, 0x44, 0x18, 0x68, 0x61, 0x0, 0x74 } } @@ -214,17 +200,6 @@ BOOL WINAPI DllMain( HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved ) return( TRUE ); } - - -extern "C" __declspec(dllexport) PLUGININFO* MirandaPluginInfo( DWORD mirandaVersion ) -{ - if ( mirandaVersion < MakeVer(MINIMAL_COREVERSION) ) return NULL; - pluginInfo.version = MakeVer(PRODUCT_VERSION); - return &pluginInfo; -} - - - extern "C" int __declspec(dllexport) Load( PLUGINLINK *link ) { SetLastError( 0 ); -- cgit v1.2.3