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.cpp | |
| 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.cpp')
| -rw-r--r-- | src/sp-namedview.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/sp-namedview.cpp b/src/sp-namedview.cpp index 9598a14ec..65d8b26c8 100644 --- a/src/sp-namedview.cpp +++ b/src/sp-namedview.cpp @@ -1155,12 +1155,6 @@ Inkscape::Util::Unit const * SPNamedView::getDisplayUnit() const return display_units ? display_units : unit_table.getUnit("px"); } -Inkscape::Util::Unit const & SPNamedView::getSVGUnit() const -{ - assert(svg_units); - return *svg_units; -} - /** * Returns the first grid it could find that isEnabled(). Returns NULL, if none is enabled */ |
