]> git.sesse.net Git - vlc/commitdiff
zipstream: remove 2 strings
authorFrancois Cartegnie <fcvlcdev@free.fr>
Mon, 28 Jul 2014 08:31:39 +0000 (17:31 +0900)
committerFrancois Cartegnie <fcvlcdev@free.fr>
Tue, 29 Jul 2014 14:01:26 +0000 (23:01 +0900)
modules/access/zip/zipstream.c

index db420a3c6e3e7374c7106993ca63d1a54523350f..61410cd64e1a0f7bb31818ca9c9892b922e2c30f 100644 (file)
@@ -35,9 +35,6 @@
 /* FIXME remove */
 #include <vlc_input.h>
 
-#define FILENAME_TEXT N_( "Media in Zip" )
-#define FILENAME_LONGTEXT N_( "Path to the media in the Zip archive" )
-
 /** **************************************************************************
  * Module descriptor
  *****************************************************************************/