vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Tue Apr 8 00:52:37 2014 +0300| [017fa4891d13f636e10bab81e68a3f49ae596b5c] | committer: Hugo Beauzée-Luyssen
Remove unused string > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=017fa4891d13f636e10bab81e68a3f49ae596b5c --- src/libvlc-module.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/libvlc-module.c b/src/libvlc-module.c index 85637bd..911d23e 100644 --- a/src/libvlc-module.c +++ b/src/libvlc-module.c @@ -1168,10 +1168,6 @@ static const char *const ppsz_albumart_descriptions[] = "The media library is automatically saved and reloaded each time you " \ "start VLC." ) -#define LOAD_ML_TEXT N_( "Load Media Library" ) -#define LOAD_ML_LONGTEXT N_( \ - "Enable this option to load the SQL-based Media Library at VLC startup" ) - #define PLTREE_TEXT N_("Display playlist tree") #define PLTREE_LONGTEXT N_( \ "The playlist can use a tree to categorize some items, like the " \ _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
