Magnifier on/off just a global flag; not in XML

This commit is contained in:
Simon Long 2024-05-02 18:12:28 +01:00
parent 165b955cd9
commit bb89d5b171
3 changed files with 13 additions and 13 deletions

View file

@ -139,7 +139,6 @@ struct rcxml {
struct wl_list window_rules; /* struct window_rule.link */
/* magnifier */
bool magnify;
int mag_scale;
int mag_size;
};