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:
parent
300ecff145
commit
c6b100ef98
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue