Mercurial > mplayer.hg
changeset 33506:0e0147a1f6d9
Remove needless explicit initialization of GdkPixmap variables.
author | ib |
---|---|
date | Sun, 12 Jun 2011 06:33:19 +0000 |
parents | 01dd8cbab134 |
children | 2a1a52ba0d70 |
files | gui/mplayer/widgets.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/mplayer/widgets.c Sun Jun 12 02:31:07 2011 +0000 +++ b/gui/mplayer/widgets.c Sun Jun 12 06:33:19 2011 +0000 @@ -69,8 +69,8 @@ // --- init & close gtk -GdkPixmap * gtkIcon = NULL; -GdkBitmap * gtkIconMask = NULL; +GdkPixmap * gtkIcon; +GdkBitmap * gtkIconMask; Pixmap guiIcon; Pixmap guiIconMask;