summaryrefslogtreecommitdiffstats
path: root/src/document.h
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2016-06-01 19:13:32 +0000
committertavmjong-free <tavmjong@free.fr>2016-06-01 19:13:32 +0000
commitde91fb305ef9afbead53d70421db60f3fb7d8a4c (patch)
tree9692258376e403ae7a5e175bc78d2c1159a44f39 /src/document.h
parentReplace two instances of getSVGUnit() by getDocumentScale(). (diff)
downloadinkscape-de91fb305ef9afbead53d70421db60f3fb7d8a4c.tar.gz
inkscape-de91fb305ef9afbead53d70421db60f3fb7d8a4c.zip
Remove last use of getSVGUnit() and remove all remnants of this abomination.
(bzr r14939)
Diffstat (limited to 'src/document.h')
-rw-r--r--src/document.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/document.h b/src/document.h
index 653e9d0db..e95042155 100644
--- a/src/document.h
+++ b/src/document.h
@@ -243,7 +243,6 @@ public:
SPDocument *doRef();
SPDocument *doUnref();
Inkscape::Util::Unit const* getDisplayUnit() const;
- Inkscape::Util::Unit const& getSVGUnit() const;
void setDocumentScale( const double scaleX, const double scaleY );
void setDocumentScale( const double scale );
Geom::Scale getDocumentScale() const;