From f21c41a2e549e22e523118e8d8f2c881c0f088a7 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 4 Aug 2019 11:23:35 +0100 Subject: change browser_window_redraw to use unscaled coordinates --- frontends/windows/window.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'frontends/windows/window.h') diff --git a/frontends/windows/window.h b/frontends/windows/window.h index c887ed5d4..80f5f2774 100644 --- a/frontends/windows/window.h +++ b/frontends/windows/window.h @@ -62,8 +62,6 @@ struct gui_window { HACCEL acceltable; /**< accelerators */ - float scale; /**< scale of content */ - int scrollx; /**< current scroll location */ int scrolly; /**< current scroll location */ -- cgit v1.2.3