summaryrefslogtreecommitdiff
path: root/atari
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-05-20 17:47:51 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2014-05-20 17:47:51 +0100
commit22b683cea04a0b021b8f0077d9a09bf395fb732c (patch)
treee0f376af4d45e7a703077133d690c6365aa6740d /atari
parent97d82ec793468626efc7a0cbcb9d582c99359eb5 (diff)
downloadnetsurf-22b683cea04a0b021b8f0077d9a09bf395fb732c.tar.gz
netsurf-22b683cea04a0b021b8f0077d9a09bf395fb732c.tar.bz2
Remove unused variables.
Diffstat (limited to 'atari')
-rw-r--r--atari/history.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/atari/history.c b/atari/history.c
index 3d4ef46a3..6fe510825 100644
--- a/atari/history.c
+++ b/atari/history.c
@@ -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((""));