Removed obsolete variable tmp_clipboard

This commit is contained in:
Ole Loots 2013-01-09 01:39:34 +01:00
parent bfbb4ccbb2
commit 1f693a8677
1 changed files with 1 additions and 6 deletions

View File

@ -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"));
}