diff options
Diffstat (limited to 'nx-X11/lib/xtrans/transport.c')
-rw-r--r-- | nx-X11/lib/xtrans/transport.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nx-X11/lib/xtrans/transport.c b/nx-X11/lib/xtrans/transport.c index ff460c257..36de15e34 100644 --- a/nx-X11/lib/xtrans/transport.c +++ b/nx-X11/lib/xtrans/transport.c @@ -59,10 +59,6 @@ from The Open Group. #include "os.h" #else #include <stdlib.h> -#define xalloc(_size) malloc(_size) -#define xcalloc(_num,_size) calloc(_num,_size) -#define xrealloc(_ptr,_size) realloc(_ptr,_size) -#define xfree(_ptr) free(_ptr) #endif #include "Xtransint.h" |