clutter: Remove stray references to ClutterBehaviour{Path,Rotate}
These were removed back incc077023
anddf3d2389
. https://gitlab.gnome.org/GNOME/mutter/merge_requests/879
This commit is contained in:
parent
cd2ee44216
commit
18e0a8f7bf
@ -48,23 +48,6 @@ static const gchar *test_behaviour =
|
||||
" \"timeline\" : \"main-timeline\""
|
||||
" },"
|
||||
" {"
|
||||
" \"id\" : \"path-behaviour\","
|
||||
" \"type\" : \"ClutterBehaviourPath\","
|
||||
" \"path\" : \"M 50 50 L 100 100\","
|
||||
" \"alpha\" : {"
|
||||
" \"timeline\" : \"main-timeline\","
|
||||
" \"function\" : \"double_ramp_alpha\""
|
||||
" }"
|
||||
" },"
|
||||
" {"
|
||||
" \"id\" : \"rotate-behaviour\","
|
||||
" \"type\" : \"ClutterBehaviourRotate\","
|
||||
" \"angle-start\" : 0.0,"
|
||||
" \"angle-end\" : 360.0,"
|
||||
" \"axis\" : \"y-axis\","
|
||||
" \"alpha\" : \"sine-alpha\""
|
||||
" },"
|
||||
" {"
|
||||
" \"id\" : \"fade-behaviour\","
|
||||
" \"type\" : \"ClutterBehaviourOpacity\","
|
||||
" \"opacity-start\" : 255,"
|
||||
|
Loading…
Reference in New Issue
Block a user