mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Remove some unused preferences (#33939)
Signed-off-by: DK Liao <dklassic@gmail.com>
This commit is contained in:
parent
45267c9f28
commit
fee927475b
1 changed files with 0 additions and 11 deletions
|
@ -189,14 +189,6 @@ mod gen {
|
||||||
gen_accessors = PREF_ACCESSORS,
|
gen_accessors = PREF_ACCESSORS,
|
||||||
// tree of structs to generate
|
// tree of structs to generate
|
||||||
gen_types = Prefs {
|
gen_types = Prefs {
|
||||||
browser: {
|
|
||||||
display: {
|
|
||||||
#[serde(default = "white")]
|
|
||||||
background_color: i64,
|
|
||||||
#[serde(default = "black")]
|
|
||||||
foreground_color: i64,
|
|
||||||
}
|
|
||||||
},
|
|
||||||
fonts: {
|
fonts: {
|
||||||
#[serde(default)]
|
#[serde(default)]
|
||||||
default: String,
|
default: String,
|
||||||
|
@ -610,9 +602,6 @@ mod gen {
|
||||||
},
|
},
|
||||||
/// URL string of the homepage.
|
/// URL string of the homepage.
|
||||||
homepage: String,
|
homepage: String,
|
||||||
keep_screen_on: {
|
|
||||||
enabled: bool,
|
|
||||||
},
|
|
||||||
#[serde(rename = "shell.native-orientation")]
|
#[serde(rename = "shell.native-orientation")]
|
||||||
native_orientation: String,
|
native_orientation: String,
|
||||||
native_titlebar: {
|
native_titlebar: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue