summaryrefslogtreecommitdiff
path: root/riscos/window.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-10-17 11:54:58 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2014-10-17 11:54:58 +0100
commit5de59fba2493f8aeffc528a78c9094d401ff3c0d (patch)
tree396da7a13b84e3c0e6677166d791906a6397c7db /riscos/window.c
parent56731e1dbbf01d3a04b4dc24239c282230f457de (diff)
downloadnetsurf-5de59fba2493f8aeffc528a78c9094d401ff3c0d.tar.gz
netsurf-5de59fba2493f8aeffc528a78c9094d401ff3c0d.tar.bz2
Remove unused variable.
Diffstat (limited to 'riscos/window.c')
-rw-r--r--riscos/window.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/riscos/window.c b/riscos/window.c
index 9d3113130..f32b1d5bb 100644
--- a/riscos/window.c
+++ b/riscos/window.c
@@ -3556,7 +3556,6 @@ void ro_gui_window_toolbar_click(void *data,
toolbar_action_type action_type, union toolbar_action action)
{
struct gui_window *g = data;
- struct browser_window *new_bw;
nserror err;
if (g == NULL)