From 06aa98163cf6be0baf43809e0a3a6b475e958d5d Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Sat, 18 Nov 2006 23:46:55 +0000 Subject: Cleanup work for markers - adding some documentation to areas of code dealing with markers, and removing some marker debug stuff. (bzr r1987) --- src/sp-shape.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/sp-shape.cpp') diff --git a/src/sp-shape.cpp b/src/sp-shape.cpp index f72a0da34..53f161470 100644 --- a/src/sp-shape.cpp +++ b/src/sp-shape.cpp @@ -31,7 +31,6 @@ #include "display/nr-arena-shape.h" #include "print.h" #include "document.h" -#include "marker-status.h" #include "style.h" #include "sp-marker.h" #include "sp-path.h" @@ -559,8 +558,6 @@ sp_shape_update_marker_view (SPShape *shape, NRArenaItem *ai) { SPStyle *style = ((SPObject *) shape)->style; - marker_status("sp_shape_update_marker_view: Updating views of markers"); - for (int i = SP_MARKER_LOC_START; i < SP_MARKER_LOC_QTY; i++) { if (shape->marker[i] == NULL) { continue; @@ -861,7 +858,6 @@ sp_shape_marker_release (SPObject *marker, SPShape *shape) item = (SPItem *) shape; - marker_status("sp_shape_marker_release: Releasing markers"); for (i = SP_MARKER_LOC_START; i < SP_MARKER_LOC_QTY; i++) { if (marker == shape->marker[i]) { SPItemView *v; -- cgit v1.2.3