diff options
Diffstat (limited to 'plugins/IEView/src/Options.cpp')
| -rw-r--r-- | plugins/IEView/src/Options.cpp | 9 | 
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/IEView/src/Options.cpp b/plugins/IEView/src/Options.cpp index 2f8adeb013..d5df0ca6c3 100644 --- a/plugins/IEView/src/Options.cpp +++ b/plugins/IEView/src/Options.cpp @@ -33,7 +33,6 @@ static ProtocolSettings *chatCurrentProtoItem = NULL;  static ProtocolSettings *historyCurrentProtoItem = NULL;
  static HIMAGELIST hProtocolImageList = NULL;
  static HIMAGELIST hImageList = NULL;
 -static BOOL (WINAPI *pfnEnableThemeDialogTexture)(HANDLE, DWORD) = 0;
  struct
  {
 @@ -1472,14 +1471,6 @@ void Options::init()  	isInited = true;
  	DBVARIANT dbv;
 -	HMODULE			  hUxTheme = 0;
 -	if(IsWinVerXPPlus()) {
 -		hUxTheme = GetModuleHandle(_T("uxtheme.dll"));
 -		if(hUxTheme)
 -			pfnEnableThemeDialogTexture = (BOOL (WINAPI *)(HANDLE, DWORD))GetProcAddress(hUxTheme, "EnableThemeDialogTexture");
 -	}
 -
 -
  	generalFlags = db_get_dw(NULL, ieviewModuleName, DBS_BASICFLAGS, 13);
  	/* TODO: move to buildProtocolList method */
  | 
