Move live feedback code into duckmatic.
[synfig.git] / synfig-studio / src / gtkmm / duck.h
index 54b3412..9a054f3 100644 (file)
@@ -218,6 +218,7 @@ public:
        synfig::Point get_point()const { return shared_point?*shared_point:point; }
 
        synfig::Angle get_rotations()const { return rotations; };
+       void set_rotations(const synfig::Angle &x) { rotations=x; };
 
        synfig::Point get_trans_point()const;
 
@@ -229,8 +230,6 @@ public:
        void set_sub_trans_point(const synfig::Point &x, const synfig::Time &time);
        synfig::Point get_sub_trans_origin()const;
 
-       void update(const synfig::Time &time);
-
        //! Sets the origin point.
        void set_origin(const synfig::Point &x);