mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 04:56:50 +03:00
Removed obsolete variable tmp_clipboard
This commit is contained in:
parent
bfbb4ccbb2
commit
1f693a8677
@ -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"));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user