From ad28d9502083f523450ed57304acc659dec7203f Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 20 May 2016 16:27:38 -0300 Subject: [PATCH] Removendo mensagem comentada. --- ft.c | 6 ------ 1 file changed, 0 insertions(+), 6 deletions(-) diff --git a/ft.c b/ft.c index 21d2d91..c3c84b5 100644 --- a/ft.c +++ b/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