summaryrefslogtreecommitdiff
path: root/frontends/riscos/gui/button_bar.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-12-28 16:14:19 +0000
committerVincent Sanders <vince@kyllikki.org>2016-12-28 16:14:19 +0000
commit96e073a29777bbe927f0bc7187f7032d3f51e68b (patch)
treea74404287ae531793095126a3499f2d4d34c98fe /frontends/riscos/gui/button_bar.h
parent770c277ccc182f504be0a316390d59c05a59e041 (diff)
parentaf6139bcb5845d4cdbc852b113ac8fabcee29097 (diff)
downloadnetsurf-96e073a29777bbe927f0bc7187f7032d3f51e68b.tar.gz
netsurf-96e073a29777bbe927f0bc7187f7032d3f51e68b.tar.bz2
Merge branch 'vince/ro-corewindow'
Conflicts: frontends/riscos/sslcert.h
Diffstat (limited to 'frontends/riscos/gui/button_bar.h')
-rw-r--r--frontends/riscos/gui/button_bar.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/frontends/riscos/gui/button_bar.h b/frontends/riscos/gui/button_bar.h
index a1f7e8b9f..5cde986ee 100644
--- a/frontends/riscos/gui/button_bar.h
+++ b/frontends/riscos/gui/button_bar.h
@@ -95,30 +95,6 @@ static const struct button_bar_buttons brower_toolbar_buttons[] = {
{NULL, TOOLBAR_BUTTON_NONE, TOOLBAR_BUTTON_NONE, '\0', ""}
};
-static const struct button_bar_buttons cookies_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"},
- {NULL, TOOLBAR_BUTTON_NONE, TOOLBAR_BUTTON_NONE, '\0', ""}
-};
-
-static const struct button_bar_buttons global_history_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"},
- {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;