[PATCH] winemac: Remove unused variable.

Huw Davies huw at codeweavers.com
Tue Nov 30 09:27:49 CST 2021


Signed-off-by: Huw Davies <huw at codeweavers.com>
---
 dlls/winemac.drv/display.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/winemac.drv/display.c b/dlls/winemac.drv/display.c
index fe48437849d..ffafb0bd1d2 100644
--- a/dlls/winemac.drv/display.c
+++ b/dlls/winemac.drv/display.c
@@ -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();
 
-- 
2.23.0




More information about the wine-devel mailing list