Mercurial > mplayer.hg
changeset 36067:bfa9e8b4eafe
Remove commented code.
author | ib |
---|---|
date | Thu, 04 Apr 2013 19:53:40 +0000 |
parents | 2c0e238bc070 |
children | 5fb59898a798 |
files | gui/dialog/playlist.c gui/dialog/preferences.c |
diffstat | 2 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/dialog/playlist.c Thu Apr 04 19:42:17 2013 +0000 +++ b/gui/dialog/playlist.c Thu Apr 04 19:53:40 2013 +0000 @@ -448,7 +448,6 @@ gtk_widget_set_usize( Playlist,512,384 ); gtk_window_set_title( GTK_WINDOW( Playlist ),MSGTR_PlayList ); gtk_window_set_position( GTK_WINDOW( Playlist ),GTK_WIN_POS_CENTER ); -// gtk_window_set_policy( GTK_WINDOW( Playlist ),FALSE,FALSE,FALSE ); gtk_window_set_wmclass( GTK_WINDOW( Playlist ),"Playlist",MPlayer ); gtk_widget_realize( Playlist );
--- a/gui/dialog/preferences.c Thu Apr 04 19:42:17 2013 +0000 +++ b/gui/dialog/preferences.c Thu Apr 04 19:53:40 2013 +0000 @@ -567,7 +567,6 @@ Preferences=gtk_window_new( GTK_WINDOW_TOPLEVEL ); gtk_window_set_title( GTK_WINDOW( Preferences ),MSGTR_Preferences ); gtk_window_set_position( GTK_WINDOW( Preferences ),GTK_WIN_POS_CENTER ); -// gtk_window_set_policy( GTK_WINDOW( Preferences ),FALSE,FALSE,FALSE ); gtk_window_set_wmclass( GTK_WINDOW( Preferences ),"Preferences",MPlayer ); gtk_widget_realize( Preferences );