From ada33e15355aaf0e222f7aa93063ab1efcdd21a1 Mon Sep 17 00:00:00 2001 From: sje Date: Tue, 30 Oct 2007 04:59:55 +0000 Subject: fixed to options git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@373 4f64403b-2f21-0410-a795-97e2b3489a10 --- worldtime/WorldTime.cpp | 8 +------- worldtime/WorldTime.vcproj | 2 -- worldtime/options.cpp | 12 ++++-------- worldtime/plugwin.cpp | 6 +++--- 4 files changed, 8 insertions(+), 20 deletions(-) (limited to 'worldtime') diff --git a/worldtime/WorldTime.cpp b/worldtime/WorldTime.cpp index 90adb4a..bb5b58d 100644 --- a/worldtime/WorldTime.cpp +++ b/worldtime/WorldTime.cpp @@ -7,7 +7,7 @@ PLUGINLINK *pluginLink; PLUGININFOEX pluginInfo={ sizeof(PLUGININFOEX), "World Time", - PLUGIN_MAKE_VERSION(0, 3, 1, 0), + PLUGIN_MAKE_VERSION(0, 4, 0, 0), "Display world times.", "Scott Ellis", "mail@scottellis.com.au", @@ -46,12 +46,6 @@ extern "C" WORLDTIME_API PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion) return &pluginInfo; } -extern "C" WORLDTIME_API PLUGININFO* MirandaPluginInfo(DWORD mirandaVersion) -{ - pluginInfo.cbSize = sizeof(PLUGININFO); - return (PLUGININFO*)&pluginInfo; -} - static const MUUID interfaces[] = {MIID_WORLDTIME, MIID_LAST}; extern "C" __declspec(dllexport) const MUUID* MirandaPluginInterfaces(void) { diff --git a/worldtime/WorldTime.vcproj b/worldtime/WorldTime.vcproj index 2a5583f..578a340 100644 --- a/worldtime/WorldTime.vcproj +++ b/worldtime/WorldTime.vcproj @@ -78,7 +78,6 @@