]> git.sesse.net Git - vlc/commitdiff
SFTP: remove more unused strings
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 2 May 2013 13:54:16 +0000 (15:54 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 2 May 2013 13:58:43 +0000 (15:58 +0200)
modules/access/sftp.c

index 3dd9d0a238db5e049223855b52096d7ea7a90675..f930af7a7de84dd1082284afee64e753b63abb26 100644 (file)
@@ -48,8 +48,6 @@
 static int  Open ( vlc_object_t* );
 static void Close( vlc_object_t* );
 
-#define USER_LONGTEXT N_("User name that will be used for the connection.")
-#define PASS_LONGTEXT N_("Password that will be used for the connection.")
 #define PORT_TEXT N_("SFTP port")
 #define PORT_LONGTEXT N_("SFTP port number to use on the server")
 #define MTU_TEXT N_("Read size")