From 7bc72c666dc1d1e033c01b60ca38673651c7e81c Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 19 Sep 2006 23:49:20 +0000 Subject: Fix textscreen warnings. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 626 --- textscreen/txt_window.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'textscreen/txt_window.c') diff --git a/textscreen/txt_window.c b/textscreen/txt_window.c index e024cf4e..5c27e6a5 100644 --- a/textscreen/txt_window.c +++ b/textscreen/txt_window.c @@ -45,8 +45,6 @@ void TXT_SetWindowAction(txt_window_t *window, txt_window_t *TXT_NewWindow(char *title) { int i; - txt_window_action_t *cancel_action; - txt_window_action_t *accept_action; txt_window_t *win; @@ -289,9 +287,6 @@ void TXT_LayoutWindow(txt_window_t *window) void TXT_DrawWindow(txt_window_t *window, int selected) { txt_widget_t *widgets; - int x, y; - int i; - int ww, wh; TXT_LayoutWindow(window); -- cgit v1.2.3