]> git.sesse.net Git - vlc/blobdiff - include/vlc_config_cat.h
Add new canvas option to crop instead of padd to fit in canvas.
[vlc] / include / vlc_config_cat.h
index 9696abc95b9966049fb4cb96f7e5bfd8617b19ed..99fac9f46af869906145739a02fc26508bb3bfa6 100644 (file)
 #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 */
@@ -292,6 +286,7 @@ static const struct config_category_t categories_array[] =
     { -1, NULL, NULL }
 };
 
+LIBVLC_USED
 static inline const char *config_CategoryNameGet( int i_value )
 {
     int i = 0 ;
@@ -306,6 +301,7 @@ static inline const char *config_CategoryNameGet( int i_value )
     return NULL;
 }
 
+LIBVLC_USED
 static inline const char *config_CategoryHelpGet( int i_value )
 {
     int i = 0 ;