Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'platform/settings.hpp')
-rw-r--r--platform/settings.hpp5
1 files changed, 0 insertions, 5 deletions
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.