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" _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
