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
path: root/std
diff options
context:
space:
mode:
authorMaxim Pimenov <m@maps.me>2020-01-30 16:26:18 +0300
committerburivuh <burivuh@maps.me>2020-02-07 16:35:24 +0300
commit5ac17be04460666132ff985984cb264b8b484851 (patch)
treebc22f34e53f29ccacadc339825081f9c83766a42 /std
parent5c537200ca85aca6fd3957a730d487e5851489c7 (diff)
[tizen] Removed the Tizen code.
Diffstat (limited to 'std')
-rw-r--r--std/target_os.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/std/target_os.hpp b/std/target_os.hpp
index 0d8dcb956a..80e71a892a 100644
--- a/std/target_os.hpp
+++ b/std/target_os.hpp
@@ -5,11 +5,6 @@
#define OMIM_OS_NAME "android"
#define OMIM_OS_MOBILE
-#elif defined(_TIZEN_EMULATOR) || defined(_TIZEN_DEVICE)
- #define OMIM_OS_TIZEN
- #define OMIM_OS_NAME "tizen"
- #define OMIM_OS_MOBILE
-
#elif defined(__APPLE__)
#include <TargetConditionals.h>
#if (TARGET_OS_IPHONE > 0)