mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 14:31:20 +03:00
remove completely unused box pointer
This commit is contained in:
parent
82410dbb9e
commit
ccb7562903
@ -26,7 +26,6 @@ extern struct gui_window_table *win32_window_table;
|
|||||||
|
|
||||||
struct browser_mouse {
|
struct browser_mouse {
|
||||||
struct gui_window *gui;
|
struct gui_window *gui;
|
||||||
struct box *box;
|
|
||||||
|
|
||||||
double pressed_x;
|
double pressed_x;
|
||||||
double pressed_y;
|
double pressed_y;
|
||||||
|
Loading…
Reference in New Issue
Block a user