[vlc-commits] zipstream: remove 2 strings

Francois Cartegnie git at videolan.org
Thu Jul 31 20:48:39 CEST 2014


vlc/vlc-2.2 | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Mon Jul 28 17:31:39 2014 +0900| [9f5238c420f81c618e5928274e95302585608309] | committer: Jean-Baptiste Kempf

zipstream: remove 2 strings

(cherry picked from commit 78127d5b9c42d56af797287119af3f5c7c5816a0)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=9f5238c420f81c618e5928274e95302585608309
---

 modules/access/zip/zipstream.c |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/modules/access/zip/zipstream.c b/modules/access/zip/zipstream.c
index 6a340cc..8fd966d 100644
--- a/modules/access/zip/zipstream.c
+++ b/modules/access/zip/zipstream.c
@@ -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
  *****************************************************************************/



More information about the vlc-commits mailing list