summaryrefslogtreecommitdiff
path: root/atari/toolbar.c
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2014-09-15 23:27:15 +0200
committerOle Loots <ole@monochrom.net>2014-09-15 23:27:15 +0200
commit067b21e8f6074e6d49c29495dd4527d5a8f3ebd8 (patch)
treeaab15f285e93d24e72230d78e2fec81ad4df747d /atari/toolbar.c
parent2c01ca13f26c0991d5d0fece210bcdcb60dbb10c (diff)
downloadnetsurf-067b21e8f6074e6d49c29495dd4527d5a8f3ebd8.tar.gz
netsurf-067b21e8f6074e6d49c29495dd4527d5a8f3ebd8.tar.bz2
Fixed some unused variable warining.
Diffstat (limited to 'atari/toolbar.c')
-rw-r--r--atari/toolbar.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/atari/toolbar.c b/atari/toolbar.c
index 8cdad4af6..86460918b 100644
--- a/atari/toolbar.c
+++ b/atari/toolbar.c
@@ -170,8 +170,6 @@ static const struct redraw_context toolbar_rdrw_ctx = {
};
static void tb_txt_request_redraw(void *data, int x, int y, int w, int h );
-static nserror toolbar_icon_callback( hlcache_handle *handle,
- const hlcache_event *event, void *pw );
/**
* Find a button for a specific resource ID
@@ -688,8 +686,6 @@ bool toolbar_key_input(struct s_toolbar *tb, short nkc)
{
assert(tb!=NULL);
-
- GRECT work;
bool ret = false;
struct gui_window *gw = window_get_active_gui_window(tb->owner);