From e5fdeda43a3d1833e6f7a3390f404ceebe41a18a Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 6 Sep 2008 11:19:17 +0300 Subject: [PATCH] Dead code --- include/vlc_config_cat.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/vlc_config_cat.h b/include/vlc_config_cat.h index 9696abc95b..9c19bfd596 100644 --- a/include/vlc_config_cat.h +++ b/include/vlc_config_cat.h @@ -235,12 +235,6 @@ #define UNKNOWN_HELP N_("There is no help available for these modules.") /* This function is deprecated and is kept only for compatibility */ -static inline const char * GetCapabilityHelp( char *psz_capability, int i_type) -{ - (void)psz_capability; (void)i_type; - return " "; -} - static const struct config_category_t categories_array[] = { /* Interface */ -- 2.39.5