Remove unscaled-font-dpi setting from X11 backend

https://bugzilla.gnome.org/show_bug.cgi?id=788049
This commit is contained in:
Jeremy Soller 2017-09-25 20:04:00 +00:00 committed by Iain Lane
parent 487b8a0430
commit ea214fbe0f

View File

@ -14,7 +14,6 @@ static const struct {
{ "Xft/HintStyle", "font-hint-style" }, { "Xft/HintStyle", "font-hint-style" },
{ "Xft/RGBA", "font-subpixel-order" }, { "Xft/RGBA", "font-subpixel-order" },
{ "Fontconfig/Timestamp", "fontconfig-timestamp" }, { "Fontconfig/Timestamp", "fontconfig-timestamp" },
{ "Gdk/UnscaledDPI", "unscaled-font-dpi" },
}; };
static const gint _n_clutter_settings_map = G_N_ELEMENTS (_clutter_settings_map); static const gint _n_clutter_settings_map = G_N_ELEMENTS (_clutter_settings_map);