diff options
Diffstat (limited to 'plugins/CSList/cslist.h')
-rw-r--r-- | plugins/CSList/cslist.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/CSList/cslist.h b/plugins/CSList/cslist.h index 16c922db53..652c8f7195 100644 --- a/plugins/CSList/cslist.h +++ b/plugins/CSList/cslist.h @@ -653,7 +653,6 @@ CSList* cslist = NULL; BOOL WINAPI DllMain( HINSTANCE, DWORD, LPVOID );
extern "C" __declspec( dllexport ) PLUGININFOEX* MirandaPluginInfoEx( DWORD );
-extern "C" __declspec( dllexport ) PLUGININFO* MirandaPluginInfo( DWORD );
extern "C" __declspec( dllexport ) const MUUID* MirandaPluginInterfaces( void );
extern "C" __declspec( dllexport ) int Load( PLUGINLINK* );
|