uxtheme: Remove unused code.

Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zhiyi Zhang 2021-02-22 22:33:08 +08:00 committed by Alexandre Julliard
parent 300ecff145
commit c6b100ef98
2 changed files with 0 additions and 4 deletions

View File

@ -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;
}

View File

@ -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;