summaryrefslogtreecommitdiff
path: root/desktop/browser.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/browser.h')
-rw-r--r--desktop/browser.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/desktop/browser.h b/desktop/browser.h
index 016f2e636..fe664adec 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -13,7 +13,6 @@
#include "netsurf/content/content.h"
#include "netsurf/desktop/gui.h"
#include "netsurf/render/box.h"
-#include "netsurf/riscos/font.h"
typedef int browser_window_flags;
#define browser_TOOLBAR ((browser_window_flags) 1)
@@ -30,9 +29,6 @@ typedef int action_buttons;
#define act_BUTTON_ALTERNATIVE ((action_buttons) 1)
#define act_BUTTON_CONTEXT_MENU ((action_buttons) 2)
-
-
-
struct history
{
struct history* earlier;