Code

noop (cleanup): remove commented line in widgets/toolbox.cpp obviously left over...
authorcilix42 <cilix42@users.sourceforge.net>
Sun, 6 Jan 2008 13:59:21 +0000 (13:59 +0000)
committercilix42 <cilix42@users.sourceforge.net>
Sun, 6 Jan 2008 13:59:21 +0000 (13:59 +0000)
src/widgets/toolbox.cpp

index 81eedaeb8b3a2534dcc59b6c09fb5367ad1b3133..3c35d0cfecc767aff62edda8e5ee61dabac172bc 100644 (file)
@@ -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;