diff options
Diffstat (limited to 'plugins/Folders/commonheaders.h')
-rw-r--r-- | plugins/Folders/commonheaders.h | 18 |
1 files changed, 0 insertions, 18 deletions
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 |