From ccb75629033e2dcb325fc39fd67cbef7d4799326 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 8 Jan 2024 22:25:10 +0000 Subject: remove completely unused box pointer --- frontends/windows/window.h | 1 - 1 file changed, 1 deletion(-) diff --git a/frontends/windows/window.h b/frontends/windows/window.h index 5f4349427..97be710f3 100644 --- a/frontends/windows/window.h +++ b/frontends/windows/window.h @@ -26,7 +26,6 @@ extern struct gui_window_table *win32_window_table; struct browser_mouse { struct gui_window *gui; - struct box *box; double pressed_x; double pressed_y; -- cgit v1.2.3