summaryrefslogtreecommitdiffstats
path: root/src/widgets/select-toolbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/select-toolbar.cpp')
-rw-r--r--src/widgets/select-toolbar.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/widgets/select-toolbar.cpp b/src/widgets/select-toolbar.cpp
index f8d0052db..3185e7373 100644
--- a/src/widgets/select-toolbar.cpp
+++ b/src/widgets/select-toolbar.cpp
@@ -556,14 +556,6 @@ void sp_select_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GOb
}
// "Transform with object" buttons
-
- {
- EgeOutputAction* act = ege_output_action_new( "transform_affect_label", _("Affect:"), _("Control whether or not to scale stroke widths, scale rectangle corners, transform gradient fills, and transform pattern fills with the object"), 0 );
- ege_output_action_set_use_markup( act, TRUE );
- g_object_set( act, "visible-overflown", FALSE, NULL );
- gtk_action_group_add_action( mainActions, GTK_ACTION( act ) );
- }
-
{
InkToggleAction* itact = ink_toggle_action_new( "transform_stroke",
_("Scale stroke width"),