summaryrefslogtreecommitdiff
path: root/frontends/atari/toolbar.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-08 15:30:25 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-08 15:30:25 +0100
commit8fdf262683dab03fb01941f74cfa698b1f9d6834 (patch)
tree11bc5b6b7dda4ff904e6d3df06cbfe83b0a82248 /frontends/atari/toolbar.c
parent042fcb82b83d19bf08afd3367235ac71a60b3850 (diff)
downloadnetsurf-8fdf262683dab03fb01941f74cfa698b1f9d6834.tar.gz
netsurf-8fdf262683dab03fb01941f74cfa698b1f9d6834.tar.bz2
remove unecessary content API usage from atari frontend
Diffstat (limited to 'frontends/atari/toolbar.c')
-rw-r--r--frontends/atari/toolbar.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/frontends/atari/toolbar.c b/frontends/atari/toolbar.c
index 27d7b531b..caf1d666d 100644
--- a/frontends/atari/toolbar.c
+++ b/frontends/atari/toolbar.c
@@ -40,7 +40,6 @@
#include "desktop/hotlist.h"
#include "desktop/textarea.h"
#include "desktop/textinput.h"
-#include "content/hlcache.h"
#include "atari/clipboard.h"
#include "atari/gui.h"
@@ -72,7 +71,7 @@ struct s_toolbar;
struct s_tb_button {
short rsc_id;
void (*cb_click)(struct s_toolbar *tb);
- hlcache_handle *icon[TOOLBAR_BUTTON_NUM_STATES];
+ struct hlcache_handle *icon[TOOLBAR_BUTTON_NUM_STATES];
struct s_toolbar *owner;
enum e_toolbar_button_states state;
short index;