summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-item.cpp
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2013-09-18 18:46:36 +0000
committerMartin Owens <doctormo@gmail.com>2013-09-18 18:46:36 +0000
commit0f85e2c60c4406eaddc7a96d8ddcc05d36d458f2 (patch)
treea6419f2d3428bf3e6f6cd6b57f427602c63f381b /src/display/drawing-item.cpp
parentFix cmake+ninja install (bug #1224543) (diff)
downloadinkscape-0f85e2c60c4406eaddc7a96d8ddcc05d36d458f2.tar.gz
inkscape-0f85e2c60c4406eaddc7a96d8ddcc05d36d458f2.zip
Remove setItemBounds and _item_bbox because aren't sensible, replace with bbox.
Fixed bugs: - https://launchpad.net/bugs/243729 (bzr r12528)
Diffstat (limited to 'src/display/drawing-item.cpp')
-rw-r--r--src/display/drawing-item.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/display/drawing-item.cpp b/src/display/drawing-item.cpp
index 1814dd615..097a5fe76 100644
--- a/src/display/drawing-item.cpp
+++ b/src/display/drawing-item.cpp
@@ -281,12 +281,6 @@ DrawingItem::setZOrder(unsigned z)
_markForRendering();
}
-void
-DrawingItem::setItemBounds(Geom::OptRect const &bounds)
-{
- _item_bbox = bounds;
-}
-
/**
* Update derived data before operations.
* The purpose of this call is to recompute internal data which depends