summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-01-06 13:59:21 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-01-06 13:59:21 +0000
commit45616c3938046e8fc42a8ccaab0bffac1bd632c8 (patch)
tree0e17fe1fc8556f05fc92184a9ddb28e457772b5a /src/widgets/toolbox.cpp
parentUpdated attributes-test.h to recognize filter effects attributes implemented ... (diff)
downloadinkscape-45616c3938046e8fc42a8ccaab0bffac1bd632c8.tar.gz
inkscape-45616c3938046e8fc42a8ccaab0bffac1bd632c8.zip
noop (cleanup): remove commented line in widgets/toolbox.cpp obviously left over from copy & paste
(bzr r4405)
Diffstat (limited to 'src/widgets/toolbox.cpp')
-rw-r--r--src/widgets/toolbox.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp
index 81eedaeb8..3c35d0cfe 100644
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -1874,7 +1874,6 @@ static void sp_star_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions
}
{
- //EgeAdjustmentAction* calligraphy_angle = 0;
EgeAdjustmentAction* eact = 0;
gchar const *flatsidedstr = prefs_get_string_attribute( "tools.shapes.star", "isflatsided" );
bool isFlatSided = flatsidedstr ? (strcmp(flatsidedstr, "false") != 0) : true;