summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2024-01-08 22:25:10 +0000
committerVincent Sanders <vince@kyllikki.org>2024-01-08 22:25:10 +0000
commitccb75629033e2dcb325fc39fd67cbef7d4799326 (patch)
treee9155d8936c4d3e7764b7fd93f3096105765d228
parent82410dbb9ec04d2256735219742c0285611f5c66 (diff)
downloadnetsurf-ccb75629033e2dcb325fc39fd67cbef7d4799326.tar.gz
netsurf-ccb75629033e2dcb325fc39fd67cbef7d4799326.tar.bz2
remove completely unused box pointer
-rw-r--r--frontends/windows/window.h1
1 files changed, 0 insertions, 1 deletions
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;