diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2016-06-01 19:13:32 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2016-06-01 19:13:32 +0000 |
| commit | de91fb305ef9afbead53d70421db60f3fb7d8a4c (patch) | |
| tree | 9692258376e403ae7a5e175bc78d2c1159a44f39 /src/sp-namedview.h | |
| parent | Replace two instances of getSVGUnit() by getDocumentScale(). (diff) | |
| download | inkscape-de91fb305ef9afbead53d70421db60f3fb7d8a4c.tar.gz inkscape-de91fb305ef9afbead53d70421db60f3fb7d8a4c.zip | |
Remove last use of getSVGUnit() and remove all remnants of this abomination.
(bzr r14939)
Diffstat (limited to 'src/sp-namedview.h')
| -rw-r--r-- | src/sp-namedview.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sp-namedview.h b/src/sp-namedview.h index 3d63f2b97..ca85153b4 100644 --- a/src/sp-namedview.h +++ b/src/sp-namedview.h @@ -90,7 +90,6 @@ public: unsigned int getViewCount(); std::vector<SPDesktop *> const getViewList() const; Inkscape::Util::Unit const * getDisplayUnit() const; - Inkscape::Util::Unit const & getSVGUnit() const; void translateGuides(Geom::Translate const &translation); void translateGrids(Geom::Translate const &translation); |
