Commit eb3b45fcc38e65c1a90e9306297eab7694de3b8f

Authored by Perry Werneck
1 parent e5b9a22a

Removendo mensagem comentada.

Showing 1 changed file with 0 additions and 6 deletions   Show diff stats
src/lib3270/ft.c
@@ -79,12 +79,6 @@ static void set_ft_state(H3270FT *session, LIB3270_FT_STATE state); @@ -79,12 +79,6 @@ static void set_ft_state(H3270FT *session, LIB3270_FT_STATE state);
79 79
80 H3270FT * get_ft_handle(H3270 *hSession) 80 H3270FT * get_ft_handle(H3270 *hSession)
81 { 81 {
82 - /*  
83 - if(!hSession->ft)  
84 - {  
85 - popup_an_error(hSession,_( "Unexpected call to %s: No active filetransfer" ),__FUNCTION__);  
86 - }  
87 - */  
88 return hSession->ft; 82 return hSession->ft;
89 } 83 }
90 84