From b8c7c9795e1f89408289a3115649a1d50a09a1fc Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Mon, 14 May 2012 10:24:50 +0000 Subject: [PATCH] Movendo buffer de leitura do registry para fora da pilha --- ctlr.h | 23 ----------------------- dialogc.h | 20 -------------------- host.c | 9 --------- 3 files changed, 0 insertions(+), 52 deletions(-) delete mode 100644 ctlr.h delete mode 100644 dialogc.h diff --git a/ctlr.h b/ctlr.h deleted file mode 100644 index 6548621..0000000 --- a/ctlr.h +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright 1995, 1999, 2000, 2002, 2005 by Paul Mattes. - * Permission to use, copy, modify, and distribute this software and its - * documentation for any purpose and without fee is hereby granted, - * provided that the above copyright notice appear in all copies and that - * both that copyright notice and this permission notice appear in - * supporting documentation. - * - * x3270, c3270, s3270 and tcl3270 are distributed in the hope that they will - * be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the file LICENSE - * for more details. - */ - -/* - * ctlr.h - * External declarations for ctlr.c data structures. - */ - - #warning Deprecated ctlr.h, please remove it - -// extern int buffer_addr; /**< buffer address */ -// extern struct ea *ea_buf; /**< 3270 device buffer */ diff --git a/dialogc.h b/dialogc.h deleted file mode 100644 index 320f12e..0000000 --- a/dialogc.h +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright 2002 by Paul Mattes. - * Permission to use, copy, modify, and distribute this software and its - * documentation for any purpose and without fee is hereby granted, - * provided that the above copyright notice appear in all copies and that - * both that copyright notice and this permission notice appear in - * supporting documentation. - * - * c3270, s3270 and tcl3270 are distributed in the hope that they will - * be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the file LICENSE - * for more details. - */ - -/* - * dialogc.h - * Empty definitions for dialog.c. - */ - -#warning deprecated dialogc.h diff --git a/host.c b/host.c index eea57ea..0458b77 100644 --- a/host.c +++ b/host.c @@ -754,12 +754,6 @@ LIB3270_EXPORT void lib3270_register_schange(H3270 *h, LIB3270_STATE_CHANGE tx, h->st_last[tx] = st; - #warning AQUI - if(tx == LIB3270_STATE_CONNECT) - { - trace("%s st=%p func=%p",__FUNCTION__,st,func); - } - } /* Signal a state change. */ @@ -802,9 +796,6 @@ LIB3270_EXPORT const char * lib3270_set_host(H3270 *h, const char *n) { CHECK_SESSION_HANDLE(h); - #warning AQUI - Trace("%s: %p",__FUNCTION__,n); - if(n && n != h->full_current_host) { char *new_hostname = strdup(n); -- libgit2 0.21.2