diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-08-18 00:35:59 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-08-18 00:35:59 +0000 |
| commit | 9bfe59754d59c632cd023f2d6af8fca5be8ec336 (patch) | |
| tree | 595a5f3383789b236beedff15320adfc0f380ace /src/widgets | |
| parent | Allow more than two options to choose from (diff) | |
| download | inkscape-9bfe59754d59c632cd023f2d6af8fca5be8ec336.tar.gz inkscape-9bfe59754d59c632cd023f2d6af8fca5be8ec336.zip | |
Remove commented code
(bzr r6650)
Diffstat (limited to 'src/widgets')
| -rw-r--r-- | src/widgets/toolbox.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 8efea61ee..63561f746 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -4843,19 +4843,6 @@ sp_lpetool_test_value_changed(GtkAdjustment *adj, GObject *tbl) sp_lpe_item_update_patheffect(lpeitem, true, true); } - /** - SPDesktop *desktop = (SPDesktop *) g_object_get_data(tbl, "desktop"); - SPItem *item = sp_desktop_selection(desktop)->singleItem(); - if (item && SP_IS_LPE_ITEM(item)) { - SPLPEItem *lpeitem = SP_LPE_ITEM(item); - Effect* lpe = sp_lpe_item_get_current_lpe(lpeitem); - if (lpe->effectType() == ANGLE_BISECTOR) { - LPEAngleBisector *lpeab = dynamic_cast<LPEAngleBisector*>(lpe); - lpeab->length_left.param_set_value(gtk_adjustment_get_value(adj)); - } - } - **/ - g_object_set_data( tbl, "freeze", GINT_TO_POINTER(FALSE) ); } |
