remove shadow scale variable from atari

This commit is contained in:
Vincent Sanders 2019-08-05 09:34:57 +01:00
parent b15b204f49
commit 243659763b
2 changed files with 0 additions and 3 deletions

View File

@ -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;

View File

@ -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) {