Remove unused variables.

This commit is contained in:
Michael Drake 2014-05-20 17:47:51 +01:00
parent 97d82ec793
commit 22b683cea0
1 changed files with 0 additions and 5 deletions

View File

@ -112,12 +112,7 @@ static void atari_global_history_mouse_action(struct core_window *cw,
static short handle_event(GUIWIN *win, EVMULT_OUT *ev_out, short msg[8])
{
struct atari_treeview_window *tv=NULL;
GRECT tb_area;
GUIWIN * gemtk_win;
struct gui_window * gw;
char *cur_url = NULL;
char *cur_title = NULL;
short retval = 0;
LOG((""));