[MPlayer-cvslog] r38555 - in trunk: gui/dialog/dialog.c help/help_mp-de.h help/help_mp-en.h help/help_mp-ru.h

ib subversion at mplayerhq.hu
Fri Jun 14 13:01:39 EEST 2024


Author: ib
Date: Fri Jun 14 13:01:38 2024
New Revision: 38555

Log:
Remove dead code.

FillSkinList() always returns True.

Modified:
   trunk/gui/dialog/dialog.c

Changes in other areas also in this revision:
Modified:
   trunk/help/help_mp-de.h
   trunk/help/help_mp-en.h
   trunk/help/help_mp-ru.h

Modified: trunk/gui/dialog/dialog.c
==============================================================================
--- trunk/gui/dialog/dialog.c	Sun Jun  9 14:47:39 2024	(r38554)
+++ trunk/gui/dialog/dialog.c	Fri Jun 14 13:01:38 2024	(r38555)
@@ -282,9 +282,6 @@ void gtkShow(int type, char *param)
             gtkSelectInCList(SkinList, param);
             gtk_clist_sort(GTK_CLIST(SkinList));
             gtkSetLayer(SkinBrowser);
-        } else {
-            gtk_widget_destroy(SkinBrowser);
-            gtkMessageBox(MSGBOX_ERROR, _(MSGTR_GUI_MSG_SkinDirNotFound));
         }
 
         break;


More information about the MPlayer-cvslog mailing list