diff options
Diffstat (limited to 'src/util/units.h')
| -rw-r--r-- | src/util/units.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/units.h b/src/util/units.h index e1addaa24..597371369 100644 --- a/src/util/units.h +++ b/src/util/units.h @@ -168,8 +168,8 @@ public: */ bool load(std::string const &filename); - /** Saves the current UnitTable to the given file. */ - bool save(std::string const &filename); + /* * Saves the current UnitTable to the given file. */ + //bool save(std::string const &filename); protected: UnitCodeMap _unit_map; |
