summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2013-01-09 01:39:34 +0100
committerOle Loots <ole@monochrom.net>2013-01-09 01:39:34 +0100
commit1f693a8677629e341e62731d9d1a78e6470f1719 (patch)
treecefc3f2b3d66a03da3272a5fd6c7a5085d0fe2da
parentbfbb4ccbb23b13ad85441ceef24556cf2fd27aa9 (diff)
downloadnetsurf-1f693a8677629e341e62731d9d1a78e6470f1719.tar.gz
netsurf-1f693a8677629e341e62731d9d1a78e6470f1719.tar.bz2
Removed obsolete variable tmp_clipboard
-rwxr-xr-xatari/gui.c7
1 files changed, 1 insertions, 6 deletions
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"));
}