From 8c0fdc97e08a752bf9ca84a0ac17caa3a79bea22 Mon Sep 17 00:00:00 2001 From: pescuma Date: Mon, 26 Jan 2009 01:44:08 +0000 Subject: skins: 0.0.0.4 * Fixed font service iteration * Fixed naming of skin options git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@141 c086bb3d-8645-0410-b8da-73a8550f86e7 --- Plugins/skins/skins.cpp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'Plugins/skins/skins.cpp') diff --git a/Plugins/skins/skins.cpp b/Plugins/skins/skins.cpp index 1f80611..8641db2 100644 --- a/Plugins/skins/skins.cpp +++ b/Plugins/skins/skins.cpp @@ -30,7 +30,7 @@ PLUGININFOEX pluginInfo={ #else "Skins", #endif - PLUGIN_MAKE_VERSION(0,0,0,2), + PLUGIN_MAKE_VERSION(0,0,0,4), "Skins", "Ricardo Pescuma Domenecci", "", @@ -56,9 +56,6 @@ HANDLE hNetlibUser = 0; HANDLE hSkinsFolder = NULL; TCHAR skinsFolder[1024]; -char *metacontacts_proto = NULL; -BOOL loaded = FALSE; - std::vector dlgs; LIST_INTERFACE li; @@ -161,9 +158,6 @@ extern "C" int __declspec(dllexport) Unload(void) // Called when all the modules are loaded int ModulesLoaded(WPARAM wParam, LPARAM lParam) { - if (ServiceExists(MS_MC_GETPROTOCOLNAME)) - metacontacts_proto = (char *) CallService(MS_MC_GETPROTOCOLNAME, 0, 0); - // add our modules to the KnownModules list CallService("DBEditorpp/RegisterSingleModule", (WPARAM) MODULE_NAME, 0); @@ -194,8 +188,6 @@ int ModulesLoaded(WPARAM wParam, LPARAM lParam) CallService(MS_UPDATE_REGISTER, 0, (LPARAM)&upd); } - loaded = TRUE; - return 0; } -- cgit v1.2.3