clutter: Remove deprecated & unnused enums

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3103>
This commit is contained in:
Bilal Elmoussaoui
2023-06-29 10:06:38 +02:00
committed by Bilal Elmoussaoui
parent 185058456f
commit 68b4cc661d
2 changed files with 0 additions and 109 deletions

View File

@@ -478,7 +478,6 @@ create_item (void)
main_timeline,
"scale-x", 2.0,
"scale-y", 2.0,
"fixed::scale-gravity", CLUTTER_GRAVITY_CENTER,
NULL);
return clone;
@@ -628,7 +627,6 @@ test_layout_main (int argc, char *argv[])
main_timeline,
"scale-x", 2.0,
"scale-y", 2.0,
"fixed::scale-gravity", CLUTTER_GRAVITY_CENTER,
NULL);
for (i = 1; i < 33; i++)