summaryrefslogtreecommitdiff
path: root/frontends
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-08-05 09:34:57 +0100
committerVincent Sanders <vince@kyllikki.org>2019-08-05 09:36:17 +0100
commit243659763bfc97800f94332b941cc7195f2edde1 (patch)
treedaa7b776d0203edf00c91a928addf407b06fef68 /frontends
parentb15b204f4958f039573868c02093f3aa2ae48e98 (diff)
downloadnetsurf-243659763bfc97800f94332b941cc7195f2edde1.tar.gz
netsurf-243659763bfc97800f94332b941cc7195f2edde1.tar.bz2
remove shadow scale variable from atari
Diffstat (limited to 'frontends')
-rw-r--r--frontends/atari/gui.h1
-rw-r--r--frontends/atari/rootwin.c2
2 files changed, 0 insertions, 3 deletions
diff --git a/frontends/atari/gui.h b/frontends/atari/gui.h
index 9c9aaaa58..b10aef798 100644
--- a/frontends/atari/gui.h
+++ b/frontends/atari/gui.h
@@ -122,7 +122,6 @@ struct s_gui_win_root
CMP_TOOLBAR toolbar;
CMP_STATUSBAR statusbar;
struct s_focus_info focus;
- float scale;
char * title;
struct bitmap * icon;
struct gui_window *active_gui_window;
diff --git a/frontends/atari/rootwin.c b/frontends/atari/rootwin.c
index 6576eac77..8fb3ec0f7 100644
--- a/frontends/atari/rootwin.c
+++ b/frontends/atari/rootwin.c
@@ -288,8 +288,6 @@ int window_create(struct gui_window * gw,
assert(gw->browser);
gw->browser->bw = bw;
- gw->scale = browser_window_get_scale(bw);
-
/* create statusbar component: */
if(sb) {