Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
925a4411
Commit
925a4411
authored
Nov 28, 2012
by
Andrew Talbot
Committed by
Alexandre Julliard
Nov 29, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uxtheme: Remove unused variable.
parent
00360e7c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
msstyles.c
dlls/uxtheme/msstyles.c
+0
-1
system.c
dlls/uxtheme/system.c
+0
-3
No files found.
dlls/uxtheme/msstyles.c
View file @
925a4411
...
...
@@ -48,7 +48,6 @@ static BOOL MSSTYLES_GetNextToken(LPCWSTR lpStringStart, LPCWSTR lpStringEnd, LP
static
void
MSSTYLES_ParseThemeIni
(
PTHEME_FILE
tf
,
BOOL
setMetrics
);
static
HRESULT
MSSTYLES_GetFont
(
LPCWSTR
lpStringStart
,
LPCWSTR
lpStringEnd
,
LPCWSTR
*
lpValEnd
,
LOGFONTW
*
logfont
);
extern
HINSTANCE
hDllInst
;
extern
int
alphaBlendMode
;
#define MSSTYLES_VERSION 0x0003
...
...
dlls/uxtheme/system.c
View file @
925a4411
...
...
@@ -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'
};
DECLSPEC_HIDDEN
HINSTANCE
hDllInst
;
DECLSPEC_HIDDEN
ATOM
atDialogThemeEnabled
;
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'
};
hDllInst
=
hInst
;
atWindowTheme
=
GlobalAddAtomW
(
szWindowTheme
);
atSubAppName
=
GlobalAddAtomW
(
szSubAppName
);
atSubIdList
=
GlobalAddAtomW
(
szSubIdList
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment