winemac: Remove unused variable.
Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
548bc54bf3
commit
6bc1e9f445
|
@ -429,7 +429,7 @@ static struct display_mode_descriptor* create_original_display_mode_descriptor(C
|
|||
HKEY hkey;
|
||||
DWORD type, size;
|
||||
DWORD refresh100;
|
||||
WCHAR* pixel_encoding = NULL, *end;
|
||||
WCHAR* pixel_encoding = NULL;
|
||||
|
||||
init_original_display_mode();
|
||||
|
||||
|
|
Loading…
Reference in New Issue