From 7c55e912da3a488c8681678241d68d7033d85f6d Mon Sep 17 00:00:00 2001 From: Ken Thomases Date: Mon, 30 Sep 2013 22:18:30 -0500 Subject: [PATCH] winemac: Remove a too-early attempt to set the process's Dock icon. --- dlls/winemac.drv/cocoa_app.m | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/winemac.drv/cocoa_app.m b/dlls/winemac.drv/cocoa_app.m index e6e5c2e6b34..4b5d1ff8d5d 100644 --- a/dlls/winemac.drv/cocoa_app.m +++ b/dlls/winemac.drv/cocoa_app.m @@ -878,7 +878,6 @@ - (void) setApplicationIconFromCGImageArray:(NSArray*)images } self.applicationIcon = nsimage; - [NSApp setApplicationIconImage:nsimage]; } - (void) handleCommandTab