mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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,
|
||||
// tree of structs to generate
|
||||
gen_types = Prefs {
|
||||
browser: {
|
||||
display: {
|
||||
#[serde(default = "white")]
|
||||
background_color: i64,
|
||||
#[serde(default = "black")]
|
||||
foreground_color: i64,
|
||||
}
|
||||
},
|
||||
fonts: {
|
||||
#[serde(default)]
|
||||
default: String,
|
||||
|
@ -610,9 +602,6 @@ mod gen {
|
|||
},
|
||||
/// URL string of the homepage.
|
||||
homepage: String,
|
||||
keep_screen_on: {
|
||||
enabled: bool,
|
||||
},
|
||||
#[serde(rename = "shell.native-orientation")]
|
||||
native_orientation: String,
|
||||
native_titlebar: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue