summaryrefslogtreecommitdiffstats
path: root/src/sp-item.cpp
diff options
context:
space:
mode:
authorThomas Holder <speleo3@users.sourceforge.net>2008-12-09 19:31:12 +0000
committerspeleo3 <speleo3@users.sourceforge.net>2008-12-09 19:31:12 +0000
commit42ccded15d50ea4dfdcd6a9b5e360318faea9261 (patch)
tree0a6aab637a80233f561c79f25fa1efb4ee021d1a /src/sp-item.cpp
parentreworked ClipboardManagerImpl::_pasteDocument, code cleanup and finally fixin... (diff)
downloadinkscape-42ccded15d50ea4dfdcd6a9b5e360318faea9261.tar.gz
inkscape-42ccded15d50ea4dfdcd6a9b5e360318faea9261.zip
remove orphaned NRMatrix wrapper for sp_item_write_transform
(bzr r6979)
Diffstat (limited to 'src/sp-item.cpp')
-rw-r--r--src/sp-item.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/sp-item.cpp b/src/sp-item.cpp
index 01f266594..78561de1b 100644
--- a/src/sp-item.cpp
+++ b/src/sp-item.cpp
@@ -1377,19 +1377,6 @@ sp_item_adjust_livepatheffect (SPItem *item, Geom::Matrix const &postmul, bool s
}
/**
- * A temporary wrapper for the next function accepting the Geom::Matrix
- * instead of Geom::Matrix
- */
-void
-sp_item_write_transform(SPItem *item, Inkscape::XML::Node *repr, Geom::Matrix const *transform, Geom::Matrix const *adv)
-{
- if (transform == NULL)
- sp_item_write_transform(item, repr, Geom::identity(), adv);
- else
- sp_item_write_transform(item, repr, *transform, adv);
-}
-
-/**
* Set a new transform on an object.
*
* Compensate for stroke scaling and gradient/pattern fill transform, if