Removed obsolete variable tmp_clipboard
This commit is contained in:
parent
bfbb4ccbb2
commit
1f693a8677
|
@ -77,8 +77,7 @@
|
||||||
#include "cflib.h"
|
#include "cflib.h"
|
||||||
|
|
||||||
#define TODO() (0)/*printf("%s Unimplemented!\n", __FUNCTION__)*/
|
#define TODO() (0)/*printf("%s Unimplemented!\n", __FUNCTION__)*/
|
||||||
|
|
||||||
char *tmp_clipboard;
|
|
||||||
struct gui_window *input_window = NULL;
|
struct gui_window *input_window = NULL;
|
||||||
struct gui_window *window_list = NULL;
|
struct gui_window *window_list = NULL;
|
||||||
void * h_gem_rsrc;
|
void * h_gem_rsrc;
|
||||||
|
@ -765,10 +764,6 @@ void gui_quit(void)
|
||||||
}
|
}
|
||||||
LOG(("Shutting down plotter"));
|
LOG(("Shutting down plotter"));
|
||||||
plot_finalise();
|
plot_finalise();
|
||||||
if( tmp_clipboard != NULL ){
|
|
||||||
free( tmp_clipboard );
|
|
||||||
tmp_clipboard = NULL;
|
|
||||||
}
|
|
||||||
LOG(("done"));
|
LOG(("done"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue