clutter: Remove stray references to ClutterBehaviour{Path,Rotate}

These were removed back in cc077023 and df3d2389.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/879
This commit is contained in:
Adam Jackson 2019-10-22 11:53:11 -04:00 committed by Georges Basile Stavracas Neto
parent cd2ee44216
commit 18e0a8f7bf

View File

@ -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,"