summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/toolbox.cpp')
-rw-r--r--src/widgets/toolbox.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp
index 6a3a33183..5eacf74b4 100644
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -1086,7 +1086,6 @@ sp_star_toolbox_selection_changed(Inkscape::Selection *selection, GtkObject *tbl
g_object_set_data(G_OBJECT(tbl), "repr", repr);
Inkscape::GC::anchor(repr);
sp_repr_add_listener(repr, &star_tb_repr_events, tbl);
- sp_repr_synthesize_events(repr, &star_tb_repr_events, tbl);
}
} else {
// FIXME: implement averaging of all parameters for multiple selected stars
@@ -1480,7 +1479,6 @@ sp_rect_toolbox_selection_changed(Inkscape::Selection *selection, GtkObject *tbl
g_object_set_data(G_OBJECT(tbl), "item", item);
Inkscape::GC::anchor(repr);
sp_repr_add_listener(repr, &rect_tb_repr_events, tbl);
- sp_repr_synthesize_events(repr, &rect_tb_repr_events, tbl);
}
} else {
// FIXME: implement averaging of all parameters for multiple selected
@@ -1749,7 +1747,6 @@ sp_spiral_toolbox_selection_changed(Inkscape::Selection *selection, GtkObject *t
g_object_set_data(G_OBJECT(tbl), "repr", repr);
Inkscape::GC::anchor(repr);
sp_repr_add_listener(repr, &spiral_tb_repr_events, tbl);
- sp_repr_synthesize_events(repr, &spiral_tb_repr_events, tbl);
}
} else {
// FIXME: implement averaging of all parameters for multiple selected
@@ -2333,7 +2330,6 @@ sp_arc_toolbox_selection_changed(Inkscape::Selection *selection, GtkObject *tbl)
g_object_set_data(G_OBJECT(tbl), "repr", repr);
Inkscape::GC::anchor(repr);
sp_repr_add_listener(repr, &arc_tb_repr_events, tbl);
- sp_repr_synthesize_events(repr, &arc_tb_repr_events, tbl);
}
} else {
// FIXME: implement averaging of all parameters for multiple selected
@@ -3144,7 +3140,6 @@ sp_connector_toolbox_new(SPDesktop *desktop)
g_object_set_data(G_OBJECT(tbl), "repr", repr);
Inkscape::GC::anchor(repr);
sp_repr_add_listener(repr, &connector_tb_repr_events, tbl);
- sp_repr_synthesize_events(repr, &connector_tb_repr_events, tbl);
}
return tbl;