summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--amiga/gui.c1
-rw-r--r--amiga/gui.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index 7efe1ed05..b6da871db 100644
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -4365,7 +4365,6 @@ gui_window_create(struct browser_window *bw,
if(nsoption_bool(tab_always_show)) ami_toggletabbar(g->shared, true);
}
- g->shared->rmbtrapped = FALSE;
g->shared->gw = g;
cur_gw = g;
diff --git a/amiga/gui.h b/amiga/gui.h
index 92ede2a45..172a858d9 100644
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -127,7 +127,6 @@ struct gui_window_2 {
char *helphints[GID_LAST];
browser_mouse_state prev_mouse_state;
struct timeval lastclick;
- BOOL rmbtrapped;
struct AppIcon *appicon; /* iconify appicon */
struct DiskObject *dobj; /* iconify appicon */
struct Hook favicon_hook;