From eb3b45fcc38e65c1a90e9306297eab7694de3b8f Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 20 May 2016 16:27:38 -0300 Subject: [PATCH] Removendo mensagem comentada. --- src/lib3270/ft.c | 6 ------ 1 file changed, 0 insertions(+), 6 deletions(-) diff --git a/src/lib3270/ft.c b/src/lib3270/ft.c index 21d2d91..c3c84b5 100644 --- a/src/lib3270/ft.c +++ b/src/lib3270/ft.c @@ -79,12 +79,6 @@ static void set_ft_state(H3270FT *session, LIB3270_FT_STATE state); H3270FT * get_ft_handle(H3270 *hSession) { - /* - if(!hSession->ft) - { - popup_an_error(hSession,_( "Unexpected call to %s: No active filetransfer" ),__FUNCTION__); - } - */ return hSession->ft; } -- libgit2 0.21.2