From efac86c9fd5f5cf57c190c5951a4a3eb2e6b0f29 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Thu, 2 May 2013 15:54:16 +0200 Subject: [PATCH] SFTP: remove more unused strings --- modules/access/sftp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/access/sftp.c b/modules/access/sftp.c index 3dd9d0a238..f930af7a7d 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") -- 2.11.4.GIT