From f7aafa00e27d85f4d0f2b4c504d9063d392b41f8 Mon Sep 17 00:00:00 2001 From: Ilya Grechuhin Date: Wed, 6 Jul 2016 13:49:16 +0300 Subject: [omim] Refactored measurement_utils. --- platform/settings.hpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'platform/settings.hpp') diff --git a/platform/settings.hpp b/platform/settings.hpp index 290cc8b896..8edb1e9307 100644 --- a/platform/settings.hpp +++ b/platform/settings.hpp @@ -52,11 +52,6 @@ void Set(string const & key, ValueT const & value) inline void Delete(string const & key) { StringStorage::Instance().DeleteKeyAndValue(key); } inline void Clear() { StringStorage::Instance().Clear(); } -enum Units -{ - Metric = 0, - Foot -}; /// Use this function for running some stuff once according to date. /// @param[in] date Current date in format yymmdd. -- cgit v1.2.3