Commit eb3b45fcc38e65c1a90e9306297eab7694de3b8f
1 parent
e5b9a22a
Exists in
master
and in
5 other branches
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 | 79 | |
80 | 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 | 82 | return hSession->ft; |
89 | 83 | } |
90 | 84 | ... | ... |