summaryrefslogtreecommitdiff
path: root/plugins/ZeroNotification/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ZeroNotification/main.c')
-rw-r--r--plugins/ZeroNotification/main.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/plugins/ZeroNotification/main.c b/plugins/ZeroNotification/main.c
index bcbe63159e..2f278b4c01 100644
--- a/plugins/ZeroNotification/main.c
+++ b/plugins/ZeroNotification/main.c
@@ -46,22 +46,11 @@ PLUGININFOEX pluginInfoEx = {
"",
COPYRIGHT,
"",
-#if defined(UNICODE) | defined(_UNICODE)
UNICODE_AWARE, //not transient
-#else
- 0,
-#endif
0,
UID
};
-__declspec(dllexport) PLUGININFO * MirandaPluginInfo(DWORD mirandaVersion)
-{
- pluginInfoEx.cbSize = sizeof(PLUGININFO);
- return (PLUGININFO*)&pluginInfoEx;
- //return &pluginInfo;
-}
-
__declspec(dllexport) PLUGININFOEX * MirandaPluginInfoEx(DWORD mirandaVersion)
{
if (mirandaVersion < PLUGIN_MAKE_VERSION(0, 7, 0, 0))