mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
uxtheme: Remove unused variable.
This commit is contained in:
parent
00360e7c03
commit
925a4411e8
2 changed files with 0 additions and 4 deletions
|
@ -48,7 +48,6 @@ static BOOL MSSTYLES_GetNextToken(LPCWSTR lpStringStart, LPCWSTR lpStringEnd, LP
|
||||||
static void MSSTYLES_ParseThemeIni(PTHEME_FILE tf, BOOL setMetrics);
|
static void MSSTYLES_ParseThemeIni(PTHEME_FILE tf, BOOL setMetrics);
|
||||||
static HRESULT MSSTYLES_GetFont (LPCWSTR lpStringStart, LPCWSTR lpStringEnd, LPCWSTR *lpValEnd, LOGFONTW* logfont);
|
static HRESULT MSSTYLES_GetFont (LPCWSTR lpStringStart, LPCWSTR lpStringEnd, LPCWSTR *lpValEnd, LOGFONTW* logfont);
|
||||||
|
|
||||||
extern HINSTANCE hDllInst;
|
|
||||||
extern int alphaBlendMode;
|
extern int alphaBlendMode;
|
||||||
|
|
||||||
#define MSSTYLES_VERSION 0x0003
|
#define MSSTYLES_VERSION 0x0003
|
||||||
|
|
|
@ -57,7 +57,6 @@ static const WCHAR szDllName[] = {'D','l','l','N','a','m','e','\0'};
|
||||||
|
|
||||||
static const WCHAR szIniDocumentation[] = {'d','o','c','u','m','e','n','t','a','t','i','o','n','\0'};
|
static const WCHAR szIniDocumentation[] = {'d','o','c','u','m','e','n','t','a','t','i','o','n','\0'};
|
||||||
|
|
||||||
DECLSPEC_HIDDEN HINSTANCE hDllInst;
|
|
||||||
DECLSPEC_HIDDEN ATOM atDialogThemeEnabled;
|
DECLSPEC_HIDDEN ATOM atDialogThemeEnabled;
|
||||||
|
|
||||||
static DWORD dwThemeAppProperties = STAP_ALLOW_NONCLIENT | STAP_ALLOW_CONTROLS;
|
static DWORD dwThemeAppProperties = STAP_ALLOW_NONCLIENT | STAP_ALLOW_CONTROLS;
|
||||||
|
@ -537,8 +536,6 @@ void UXTHEME_InitSystem(HINSTANCE hInst)
|
||||||
'u','x','_','d','i','a','l','o','g','t','h','e','m','e','\0'
|
'u','x','_','d','i','a','l','o','g','t','h','e','m','e','\0'
|
||||||
};
|
};
|
||||||
|
|
||||||
hDllInst = hInst;
|
|
||||||
|
|
||||||
atWindowTheme = GlobalAddAtomW(szWindowTheme);
|
atWindowTheme = GlobalAddAtomW(szWindowTheme);
|
||||||
atSubAppName = GlobalAddAtomW(szSubAppName);
|
atSubAppName = GlobalAddAtomW(szSubAppName);
|
||||||
atSubIdList = GlobalAddAtomW(szSubIdList);
|
atSubIdList = GlobalAddAtomW(szSubIdList);
|
||||||
|
|
Loading…
Reference in a new issue