[MPlayer-cvslog] r33594 - trunk/gui/mplayer/widgets.c
ib
subversion at mplayerhq.hu
Sun Jun 12 08:33:20 CEST 2011
Author: ib
Date: Sun Jun 12 08:33:19 2011
New Revision: 33594
Log:
Remove needless explicit initialization of GdkPixmap variables.
Modified:
trunk/gui/mplayer/widgets.c
Modified: trunk/gui/mplayer/widgets.c
==============================================================================
--- trunk/gui/mplayer/widgets.c Sun Jun 12 04:31:07 2011 (r33593)
+++ trunk/gui/mplayer/widgets.c Sun Jun 12 08:33:19 2011 (r33594)
@@ -69,8 +69,8 @@ int gtkInitialized = 0;
// --- init & close gtk
-GdkPixmap * gtkIcon = NULL;
-GdkBitmap * gtkIconMask = NULL;
+GdkPixmap * gtkIcon;
+GdkBitmap * gtkIconMask;
Pixmap guiIcon;
Pixmap guiIconMask;
More information about the MPlayer-cvslog
mailing list