diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2016-03-18 10:23:29 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2016-03-18 10:23:29 +0000 |
| commit | a714c688d60a3a62114591984f57f26cd41dbed9 (patch) | |
| tree | 3ad1c84aaf1097272b8ee2d4fca5db70f9c4edd3 /src/util/units.h | |
| parent | Revert 14707 (diff) | |
| download | inkscape-a714c688d60a3a62114591984f57f26cd41dbed9.tar.gz inkscape-a714c688d60a3a62114591984f57f26cd41dbed9.zip | |
Reverting 14701.
(bzr r14716.1.2)
Diffstat (limited to '')
| -rw-r--r-- | src/util/units.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/util/units.h b/src/util/units.h index a840a37ec..13777fd1b 100644 --- a/src/util/units.h +++ b/src/util/units.h @@ -75,11 +75,6 @@ public: /** Get SVG unit code. */ int svgUnit() const; - - /** Convert value from this unit **/ - double convert(double from_dist, Unit const *to) const; - double convert(double from_dist, Glib::ustring const &to) const; - double convert(double from_dist, char const *to) const; }; class Quantity @@ -152,9 +147,6 @@ public: /** Retrieve a given unit based on its SVGLength unit */ Unit const *getUnit(SVGLength::Unit u) const; - - /** Retrieve a given unit based on its SP_CSS_UNIT */ - Unit const *getUnit(unsigned int u) const; /** Retrieve a quantity based on its string identifier */ Quantity parseQuantity(Glib::ustring const &q) const; |
