aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_bindings/codegen/run.py
diff options
context:
space:
mode:
authorOriol Brufau <obrufau@igalia.com>2025-03-13 08:26:57 +0100
committerGitHub <noreply@github.com>2025-03-13 07:26:57 +0000
commit7594dc69916f3c4d8ce771e1ef990b6d223eb158 (patch)
treee5e014f4b1168d13518b4c373c6aa8f5f9a37824 /components/script_bindings/codegen/run.py
parentf93006af95dd75a07de2571e6a2edabcc64a46ac (diff)
downloadservo-7594dc69916f3c4d8ce771e1ef990b6d223eb158.tar.gz
servo-7594dc69916f3c4d8ce771e1ef990b6d223eb158.zip
Remove legacy layout (layout 2013) (#35943)
We were already not compiling it and not running tests on it by default. So it's simpler to just completely remove it. Signed-off-by: Oriol Brufau <obrufau@igalia.com>
Diffstat (limited to 'components/script_bindings/codegen/run.py')
-rw-r--r--components/script_bindings/codegen/run.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script_bindings/codegen/run.py b/components/script_bindings/codegen/run.py
index 47279fda047..94f75b0153f 100644
--- a/components/script_bindings/codegen/run.py
+++ b/components/script_bindings/codegen/run.py
@@ -107,7 +107,6 @@ def add_css_properties_attributes(css_properties_json, parser):
MAPPING = [
["layout.unimplemented", "layout_unimplemented"],
["layout.threads", "layout_threads"],
- ["layout.legacy_layout", "layout_legacy_layout"],
["layout.flexbox.enabled", "layout_flexbox_enabled"],
["layout.columns.enabled", "layout_columns_enabled"],
["layout.grid.enabled", "layout_grid_enabled"],