Remove the "blend method" option from the tool options panel for the circle and gradi...
[synfig.git] / synfig-studio / trunk / src / gtkmm / layertree.cpp
index 72510cf..04cd1ee 100644 (file)
@@ -376,8 +376,6 @@ LayerTree::create_param_tree()
                column->add_attribute(cellrenderer_time_track->property_canvas(), param_model.canvas);
                column->add_attribute(cellrenderer_time_track->property_visible(), param_model.is_value_node);
 
-               column->pack_start(*cellrenderer_time_track);
-
                // Finish setting up the column
                column->set_reorderable();
                column->set_resizable();
@@ -742,8 +740,7 @@ void
 LayerTree::on_waypoint_clicked_layertree(const etl::handle<synfig::Node>& node __attribute__ ((unused)),
                                                                                 const synfig::Time& time __attribute__ ((unused)),
                                                                                 const synfig::Time& time_offset __attribute__ ((unused)),
-                                                                                int button __attribute__ ((unused)),
-                                                                                synfig::Waypoint::Side side __attribute__ ((unused)))
+                                                                                int button __attribute__ ((unused)))
 {
        std::set<synfig::Waypoint, std::less<UniqueID> > waypoint_set;
        synfig::waypoint_collect(waypoint_set,time,node);