Layout 2020: Remove the floats preference

Enable floats always. It doesn't make sense to have this preference as
it's a basic feature of an experimental layout engine.
This commit is contained in:
Martin Robinson 2023-06-06 10:22:33 +02:00
parent 9260683b5f
commit ae819d690e
No known key found for this signature in database
GPG key ID: D56AA4FA55EFE6F8
135 changed files with 37 additions and 315 deletions

View file

@ -445,9 +445,6 @@ mod gen {
flexbox: {
enabled: bool,
},
floats: {
enabled: bool,
},
#[serde(default = "default_layout_threads")]
threads: i64,
viewport: {