mirror of
https://github.com/brl/mutter.git
synced 2025-08-01 14:15:30 +00:00
clutter: Remove deprecated & unnused enums
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3103>
This commit is contained in:

committed by
Bilal Elmoussaoui

parent
185058456f
commit
68b4cc661d
@@ -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++)
|
||||
|
Reference in New Issue
Block a user