winemac: Remove a too-early attempt to set the process's Dock icon.

This commit is contained in:
Ken Thomases 2013-09-30 22:18:30 -05:00 committed by Alexandre Julliard
parent db86409db6
commit 7c55e912da
1 changed files with 0 additions and 1 deletions

View File

@ -878,7 +878,6 @@ - (void) setApplicationIconFromCGImageArray:(NSArray*)images
} }
self.applicationIcon = nsimage; self.applicationIcon = nsimage;
[NSApp setApplicationIconImage:nsimage];
} }
- (void) handleCommandTab - (void) handleCommandTab