summaryrefslogtreecommitdiff
path: root/atari/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'atari/gui.c')
-rwxr-xr-xatari/gui.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/atari/gui.c b/atari/gui.c
index 193a8920a..f04c4fc5e 100755
--- a/atari/gui.c
+++ b/atari/gui.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2010 <ole@monochrom.net>
+ * Copyright 2010-2013 <ole@monochrom.net>
*
* This file is part of NetSurf, http://www.netsurf-browser.org/
*
@@ -78,7 +78,6 @@
#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"));
}
@@ -993,3 +988,4 @@ int main(int argc, char** argv)
}
+>>>>>>> master