summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-03-08 16:32:30 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-03-08 16:32:30 +0000
commita198acb7533e195a666d06434274c8fe115df8af (patch)
tree18fa9fb2cc303ad310595e1cc30ec231eb4b2587 /amiga
parent072f64f5ddd2304b548d55c7331d0744a5d12193 (diff)
downloadnetsurf-a198acb7533e195a666d06434274c8fe115df8af.tar.gz
netsurf-a198acb7533e195a666d06434274c8fe115df8af.tar.bz2
Fix compilation errors
svn path=/trunk/netsurf/; revision=6735
Diffstat (limited to 'amiga')
-rwxr-xr-xamiga/gui.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index 9523d87af..a496c26d7 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -24,7 +24,6 @@
#include "desktop/browser.h"
#include <dos/dos.h>
#include "desktop/gui.h"
-#include "amiga/history_local.h"
#ifdef NS_AMIGA_CAIRO
#include <cairo/cairo.h>
#endif
@@ -118,7 +117,6 @@ struct gui_window
int scrollx;
int scrolly;
char *dlfilename;
- struct history_window *hw; // not used
};
struct gui_globals