summaryrefslogtreecommitdiff
path: root/amiga/history_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/history_local.h')
-rwxr-xr-xamiga/history_local.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/amiga/history_local.h b/amiga/history_local.h
index e6e0b77f5..8f64920b8 100755
--- a/amiga/history_local.h
+++ b/amiga/history_local.h
@@ -24,12 +24,10 @@
#include "amiga/gui.h"
struct history_window {
- struct Window *win;
- Object *objects[OID_LAST];
- struct Gadget *gadgets[GID_LAST]; // not used
struct nsObject *node;
+ struct Window *win;
+ Object *objects[GID_LAST];
struct browser_window *bw;
- ULONG pad[4];
struct Hook scrollerhook;
struct gui_globals gg;
};