diff options
Diffstat (limited to 'plugins/Bonsai/commonheaders.h')
-rw-r--r-- | plugins/Bonsai/commonheaders.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/plugins/Bonsai/commonheaders.h b/plugins/Bonsai/commonheaders.h index 29ebda9d46..13420915f0 100644 --- a/plugins/Bonsai/commonheaders.h +++ b/plugins/Bonsai/commonheaders.h @@ -67,26 +67,4 @@ extern HBITMAP hbUnmodified; extern HBITMAP hbNewlyModified;
extern HIMAGELIST imgList;
-#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) \
-{ \
- if (mirandaVersion < PLUGIN_MAKE_VERSION(0, 6, 0, 0)) \
- { \
- return NULL; \
- } \
- return &oldPluginInfo; \
-}
-
#endif //M_WWI_COMMONHEADERS_H
\ No newline at end of file |