From 1f693a8677629e341e62731d9d1a78e6470f1719 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Wed, 9 Jan 2013 01:39:34 +0100 Subject: Removed obsolete variable tmp_clipboard --- atari/gui.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'atari') diff --git a/atari/gui.c b/atari/gui.c index 193a8920a..8f5591307 100755 --- a/atari/gui.c +++ b/atari/gui.c @@ -77,8 +77,7 @@ #include "cflib.h" #define TODO() (0)/*printf("%s Unimplemented!\n", __FUNCTION__)*/ - -char *tmp_clipboard; + struct gui_window *input_window = NULL; struct gui_window *window_list = NULL; void * h_gem_rsrc; @@ -765,10 +764,6 @@ void gui_quit(void) } LOG(("Shutting down plotter")); plot_finalise(); - if( tmp_clipboard != NULL ){ - free( tmp_clipboard ); - tmp_clipboard = NULL; - } LOG(("done")); } -- cgit v1.2.3