summaryrefslogtreecommitdiff
path: root/plugins/WhenWasIt/commonheaders.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/WhenWasIt/commonheaders.h')
-rw-r--r--plugins/WhenWasIt/commonheaders.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/WhenWasIt/commonheaders.h b/plugins/WhenWasIt/commonheaders.h
index f61d5fe547..2b1a3550cb 100644
--- a/plugins/WhenWasIt/commonheaders.h
+++ b/plugins/WhenWasIt/commonheaders.h
@@ -75,24 +75,6 @@ extern HWND hBirthdaysDlg;
extern HWND hUpcomingDlg;
extern HANDLE hAddBirthdayWndsList;
-#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; \
-}
-
struct CommonData{
DWORD foreground;
DWORD background;