From: joncruz Date: Sat, 2 Aug 2008 07:00:11 +0000 (+0000) Subject: Todo is done. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=83c0abeb3e7d803ff52e60a52322a7e181e5b302;p=inkscape.git Todo is done. --- diff --git a/src/svg/svg-length.cpp b/src/svg/svg-length.cpp index 505ca4ad9..1d41f9871 100644 --- a/src/svg/svg-length.cpp +++ b/src/svg/svg-length.cpp @@ -497,7 +497,6 @@ double sp_svg_read_percentage(char const *str, double def) return v; } -// TODO handle FOOT in case. But first add unit tests to detect the ommission- gchar const *sp_svg_length_get_css_units(SVGLength::Unit unit) { switch (unit) {