Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
c6b100ef
Commit
c6b100ef
authored
Feb 22, 2021
by
Zhiyi Zhang
Committed by
Alexandre Julliard
Feb 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uxtheme: Remove unused code.
Signed-off-by:
Zhiyi Zhang
<
zzhang@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
300ecff1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
buffer.c
dlls/uxtheme/buffer.c
+0
-2
msstyles.c
dlls/uxtheme/msstyles.c
+0
-2
No files found.
dlls/uxtheme/buffer.c
View file @
c6b100ef
...
...
@@ -52,8 +52,6 @@ static void free_paintbuffer(struct paintbuffer *buffer)
static
struct
paintbuffer
*
get_buffer_obj
(
HPAINTBUFFER
handle
)
{
if
(
!
handle
)
return
NULL
;
return
handle
;
}
...
...
dlls/uxtheme/msstyles.c
View file @
c6b100ef
...
...
@@ -46,8 +46,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
int
alphaBlendMode
;
#define MSSTYLES_VERSION 0x0003
static
PTHEME_FILE
tfActiveTheme
;
...
...
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