[vlc-commits] SFTP: remove more unused strings
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Thu May  2 15:59:06 CEST 2013
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu May  2 15:54:16 2013 +0200| [efac86c9fd5f5cf57c190c5951a4a3eb2e6b0f29] | committer: Jean-Baptiste Kempf
SFTP: remove more unused strings
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=efac86c9fd5f5cf57c190c5951a4a3eb2e6b0f29
---
 modules/access/sftp.c |    2 --
 1 file changed, 2 deletions(-)
diff --git a/modules/access/sftp.c b/modules/access/sftp.c
index 3dd9d0a..f930af7 100644
--- a/modules/access/sftp.c
+++ b/modules/access/sftp.c
@@ -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")
    
    
More information about the vlc-commits
mailing list