summaryrefslogtreecommitdiff
path: root/frontends/riscos/gui
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-12-26 13:22:42 +0000
committerVincent Sanders <vince@kyllikki.org>2016-12-28 15:26:02 +0000
commitaf3a78060fc18d1544b0d411d2d7584fcac9f3df (patch)
tree7518a92d9db7edb853751d1586c80b1b01f718e0 /frontends/riscos/gui
parent05a35725d19f9b5a2c8e347d638fb00dff21962f (diff)
downloadnetsurf-af3a78060fc18d1544b0d411d2d7584fcac9f3df.tar.gz
netsurf-af3a78060fc18d1544b0d411d2d7584fcac9f3df.tar.bz2
Update RISC OS hotlist to use core window interface
Diffstat (limited to 'frontends/riscos/gui')
-rw-r--r--frontends/riscos/gui/button_bar.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/frontends/riscos/gui/button_bar.h b/frontends/riscos/gui/button_bar.h
index fb8ee790a..eb8f18bfe 100644
--- a/frontends/riscos/gui/button_bar.h
+++ b/frontends/riscos/gui/button_bar.h
@@ -103,14 +103,6 @@ static const struct button_bar_buttons global_history_toolbar_buttons[] = {
{NULL, TOOLBAR_BUTTON_NONE, TOOLBAR_BUTTON_NONE, '\0', ""}
};
-static const struct button_bar_buttons hotlist_toolbar_buttons[] = {
- {"delete", TOOLBAR_BUTTON_DELETE, TOOLBAR_BUTTON_NONE, '0', "0"},
- {"expand", TOOLBAR_BUTTON_EXPAND, TOOLBAR_BUTTON_COLLAPSE, '1', "1"},
- {"open", TOOLBAR_BUTTON_OPEN, TOOLBAR_BUTTON_CLOSE, '2', "2"},
- {"launch", TOOLBAR_BUTTON_LAUNCH, TOOLBAR_BUTTON_NONE, '3', "3"},
- {"create", TOOLBAR_BUTTON_CREATE, TOOLBAR_BUTTON_NONE, '4', "4"},
- {NULL, TOOLBAR_BUTTON_NONE, TOOLBAR_BUTTON_NONE, '\0', ""}
-};
struct button_bar;