mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 07:19:37 +03:00
Fix compilation errors
svn path=/trunk/netsurf/; revision=6735
This commit is contained in:
parent
072f64f5dd
commit
a198acb753
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user