diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2014-11-21 10:49:53 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2014-11-21 10:49:53 +0000 |
| commit | e47fb0e9289362d92a13454d9768dd747e2bb917 (patch) | |
| tree | 2b9f31379549a739684ac2c8246e7fc6f999792a /src/util/units.cpp | |
| parent | added knot improvements pointed by su_v (diff) | |
| parent | Windows: add 64bit GTK3 buildtool build file. (diff) | |
| download | inkscape-e47fb0e9289362d92a13454d9768dd747e2bb917.tar.gz inkscape-e47fb0e9289362d92a13454d9768dd747e2bb917.zip | |
update to trunk
(bzr r13682.1.20)
Diffstat (limited to 'src/util/units.cpp')
| -rw-r--r-- | src/util/units.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/units.cpp b/src/util/units.cpp index eb4a313e0..3d635e2d2 100644 --- a/src/util/units.cpp +++ b/src/util/units.cpp @@ -206,7 +206,6 @@ bool Unit::compatibleWith(Unit const *u) const } bool Unit::compatibleWith(Glib::ustring const &u) const { - static UnitTable unit_table; return compatibleWith(unit_table.getUnit(u)); } |
