From 243659763bfc97800f94332b941cc7195f2edde1 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 5 Aug 2019 09:34:57 +0100 Subject: remove shadow scale variable from atari --- frontends/atari/gui.h | 1 - frontends/atari/rootwin.c | 2 -- 2 files changed, 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) { -- cgit v1.2.3