[vlc-devel] commit: Dead code ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sat Sep 6 10:27:48 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sat Sep 6 11:19:17 2008 +0300| [e5fdeda43a3d1833e6f7a3390f404ceebe41a18a] | committer: Rémi Denis-Courmont
Dead code
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e5fdeda43a3d1833e6f7a3390f404ceebe41a18a
---
include/vlc_config_cat.h | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/include/vlc_config_cat.h b/include/vlc_config_cat.h
index 9696abc..9c19bfd 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 */
More information about the vlc-devel
mailing list