From 70a4eb83df77843d94cdb079d57705fd6c7a65af Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Tue, 29 Oct 2013 22:35:19 +0100 Subject: saving units is not implemented yet, and noone should call the save method (bzr r12750) --- src/util/units.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/util/units.cpp') diff --git a/src/util/units.cpp b/src/util/units.cpp index 61e7335ad..40cce028d 100644 --- a/src/util/units.cpp +++ b/src/util/units.cpp @@ -362,12 +362,13 @@ bool UnitTable::load(std::string const &filename) { return true; } -bool UnitTable::save(std::string const &/*filename*/) { - +/* +bool UnitTable::save(std::string const &filename) { g_warning("UnitTable::save(): not implemented"); - return true; + return false; } +*/ Inkscape::Util::UnitTable unit_table; -- cgit v1.2.3