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



commit 18e0a8f7bf3d8b3b39c46a5cd5797a6a17317415
Author: Adam Jackson <ajax redhat com>
Date:   Tue Oct 22 11:53:11 2019 -0400

    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

 src/tests/clutter/interactive/test-script.c | 17 -----------------
 1 file changed, 17 deletions(-)
---
diff --git a/src/tests/clutter/interactive/test-script.c b/src/tests/clutter/interactive/test-script.c
index 66c716e43..d84235c4d 100644
--- a/src/tests/clutter/interactive/test-script.c
+++ b/src/tests/clutter/interactive/test-script.c
@@ -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,"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]