From: cilix42 Date: Sun, 6 Jan 2008 13:59:21 +0000 (+0000) Subject: noop (cleanup): remove commented line in widgets/toolbox.cpp obviously left over... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3fc1ecf112a5bb96d52a4efefe26d7fb0e7b9faf;p=inkscape.git noop (cleanup): remove commented line in widgets/toolbox.cpp obviously left over from copy & paste --- 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;