From fdbc3639a50f40879f390f17ce7aafd5a579a7ab Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 21 Sep 2013 17:37:33 +0000 Subject: Core cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@6165 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/stduserinfo/main.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/core/stduserinfo/main.cpp') diff --git a/src/core/stduserinfo/main.cpp b/src/core/stduserinfo/main.cpp index f75fb42bc6..8dcbe30b17 100644 --- a/src/core/stduserinfo/main.cpp +++ b/src/core/stduserinfo/main.cpp @@ -28,8 +28,6 @@ TIME_API tmi; HINSTANCE hInst; int hLangpack; -pfnEnableThemeDialogTexture enableThemeDialogTexture; - PLUGININFOEX pluginInfo = { sizeof(PLUGININFOEX), __PLUGIN_NAME, @@ -63,12 +61,6 @@ extern "C" int __declspec(dllexport) Load(void) mir_getTMI(&tmi); mir_getCLI(); - if ( IsWinVerXPPlus()) { - HINSTANCE hThemeAPI = LoadLibraryA("uxtheme.dll"); - if (hThemeAPI) - enableThemeDialogTexture = (pfnEnableThemeDialogTexture)GetProcAddress(hThemeAPI, "EnableThemeDialogTexture"); - } - LoadUserInfoModule(); return 0; } -- cgit v1.2.3