remove completely unused box pointer

This commit is contained in:
Vincent Sanders 2024-01-08 22:25:10 +00:00
parent 82410dbb9e
commit ccb7562903

View File

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