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