From: johanengelen Date: Fri, 29 Sep 2006 12:17:45 +0000 (+0000) Subject: FIXED: "Several "** Message: arg" lines every time GUI is started. I think this is... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7f20fab22336869066a194a02b9402cdab916c74;p=inkscape.git FIXED: "Several "** Message: arg" lines every time GUI is started. I think this is from the axonometric grid code by Johan Engelen (though I may be wrong)." Sorry, forgot to remove a debugging message. --- diff --git a/src/display/canvas-axonomgrid.cpp b/src/display/canvas-axonomgrid.cpp index c4fb41cec..2f986f16f 100644 --- a/src/display/canvas-axonomgrid.cpp +++ b/src/display/canvas-axonomgrid.cpp @@ -135,8 +135,6 @@ sp_caxonomgrid_set_arg (GtkObject *object, GtkArg *arg, guint arg_id) SPCanvasItem *item = SP_CANVAS_ITEM (object); SPCAxonomGrid *grid = SP_CAXONOMGRID (object); - g_message("arg"); - switch (arg_id) { case ARG_ORIGINX: grid->origin[NR::X] = GTK_VALUE_DOUBLE (* arg);