Use map of static values indexed by parameter name instead of the macros and the...
[synfig.git] / synfig-core / src / synfig / layer_pastecanvas.h
index 73c0d83..0ae2c98 100644 (file)
@@ -76,13 +76,6 @@ private:
        //! signal connection for children. Seems to be used only here
        sigc::connection child_changed_connection;
 
-       bool origin_static;
-       bool focus_static;
-       bool canvas_static;
-       bool zoom_static;
-       bool time_offset_static;
-       bool children_lock_static;
-
        // Nasty hack: Remember whether we called an extra ref() when
        // setting the canvas, so we know whether to call an extra unref()
        // when finished with the canvas.