Commit 08f6b59a32dd8158f62b3571f3d118e0c2a1e05f

Authored by Perry Werneck
1 parent 0bff0004
Exists in master and in 1 other branch develop

Disabling unused code.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/v3270/widget.c
... ... @@ -46,7 +46,7 @@
46 46 #include <lib3270/session.h>
47 47 #include <lib3270/actions.h>
48 48 #include <lib3270/log.h>
49   - #include <lib3270/macros.h>
  49 +// #include <lib3270/macros.h>
50 50 #include <errno.h>
51 51  
52 52 #ifdef HAVE_MALLOC_H
... ...