From subversion at mplayerhq.hu Fri Jun 14 13:01:39 2024 From: subversion at mplayerhq.hu (ib) Date: Fri, 14 Jun 2024 13:01:39 +0300 (EEST) Subject: [MPlayer-DOCS] r38555 - in trunk: gui/dialog/dialog.c help/help_mp-de.h help/help_mp-en.h help/help_mp-ru.h Message-ID: <20240614100139.876E068D5EF@ffbox0-bg.mplayerhq.hu> Author: ib Date: Fri Jun 14 13:01:38 2024 New Revision: 38555 Log: Remove dead code. FillSkinList() always returns True. Modified: trunk/help/help_mp-en.h Changes in other areas also in this revision: Modified: trunk/gui/dialog/dialog.c trunk/help/help_mp-de.h trunk/help/help_mp-ru.h Modified: trunk/help/help_mp-en.h ============================================================================== --- trunk/help/help_mp-en.h Sun Jun 9 14:47:39 2024 (r38554) +++ trunk/help/help_mp-en.h Fri Jun 14 13:01:38 2024 (r38555) @@ -726,7 +726,6 @@ static const char help_text[] = MSGTR_He #define MSGTR_GUI_MSG_SkinCfgError "Config file processing error with skin '%s'\n" #define MSGTR_GUI_MSG_SkinCfgNotFound "Skin '%s' not found.\n" #define MSGTR_GUI_MSG_SkinCfgSelectedNotFound "Selected skin '%s' not found, trying skin 'default'...\n" -#define MSGTR_GUI_MSG_SkinDirNotFound "No skin directory found! Please install a skin." #define MSGTR_GUI_MSG_SkinErrorBitmap16Bit "Color depth of bitmap %s is 16 bits or less which is not supported.\n" #define MSGTR_GUI_MSG_SkinErrorDefault "Default (%d) out of range\n" #define MSGTR_GUI_MSG_SkinErrorItem "This item is not supported by '%s'.\n"