summaryrefslogtreecommitdiffstats
path: root/src/sp-shape.cpp
diff options
context:
space:
mode:
authorBryce Harrington <bryce@bryceharrington.org>2006-11-18 23:46:55 +0000
committerbryce <bryce@users.sourceforge.net>2006-11-18 23:46:55 +0000
commit06aa98163cf6be0baf43809e0a3a6b475e958d5d (patch)
treec4d86bdbf6a1a85e69575000f7170f7d2becdef8 /src/sp-shape.cpp
parentFix for abs paths on win32. Fix property overloading. (diff)
downloadinkscape-06aa98163cf6be0baf43809e0a3a6b475e958d5d.tar.gz
inkscape-06aa98163cf6be0baf43809e0a3a6b475e958d5d.zip
Cleanup work for markers - adding some documentation to areas of code
dealing with markers, and removing some marker debug stuff. (bzr r1987)
Diffstat (limited to 'src/sp-shape.cpp')
-rw-r--r--src/sp-shape.cpp4
1 files changed, 0 insertions, 4 deletions
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;