summaryrefslogtreecommitdiff
path: root/frontends/windows/window.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-08-04 11:23:35 +0100
committerVincent Sanders <vince@kyllikki.org>2019-08-04 11:25:35 +0100
commitf21c41a2e549e22e523118e8d8f2c881c0f088a7 (patch)
tree06c382262a3dca39bb545ab94660ca91c3660c9c /frontends/windows/window.h
parentb2f5c80ef82c2e76bd33f58b6454031500c98504 (diff)
downloadnetsurf-f21c41a2e549e22e523118e8d8f2c881c0f088a7.tar.gz
netsurf-f21c41a2e549e22e523118e8d8f2c881c0f088a7.tar.bz2
change browser_window_redraw to use unscaled coordinates
Diffstat (limited to 'frontends/windows/window.h')
-rw-r--r--frontends/windows/window.h2
1 files changed, 0 insertions, 2 deletions
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 */