Remove some RMBTrap remnants, the new context menus don't require manual mouse trapping

This commit is contained in:
Chris Young 2016-02-14 14:20:47 +00:00
parent 0c55edfcb9
commit 769eb3f13b
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -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;