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/map
diff options
context:
space:
mode:
authorAlexander Zatsepin <az@mapswithme.com>2018-09-24 14:08:32 +0300
committerSergey Yershov <syershov@maps.me>2018-09-24 15:29:08 +0300
commit9cf48f7cc2843bb62048d4a1e3478e37a5c23362 (patch)
treebac9a928577ec54ee765805011f814348fbaa61c /map
parentf12f2318d2965556256b91abe096bcc54c9f9275 (diff)
Extracted all stage defines to config.h
Diffstat (limited to 'map')
-rw-r--r--map/bookmark_catalog.cpp1
-rw-r--r--map/cloud.cpp1
-rw-r--r--map/purchase.cpp1
-rw-r--r--map/user.cpp2
4 files changed, 0 insertions, 5 deletions
diff --git a/map/bookmark_catalog.cpp b/map/bookmark_catalog.cpp
index 8323048581..eb84be2bbe 100644
--- a/map/bookmark_catalog.cpp
+++ b/map/bookmark_catalog.cpp
@@ -11,7 +11,6 @@
#include <sstream>
#include <utility>
-//#define STAGE_BOOKMARKS_CATALOG_SERVER
#include "private.h"
namespace
diff --git a/map/cloud.cpp b/map/cloud.cpp
index 4c008948ff..6e1701111b 100644
--- a/map/cloud.cpp
+++ b/map/cloud.cpp
@@ -24,7 +24,6 @@
#include <chrono>
#include <sstream>
-//#define STAGE_CLOUD_SERVER
#include "private.h"
using namespace std::chrono;
diff --git a/map/purchase.cpp b/map/purchase.cpp
index 9fcc3976b7..792a897166 100644
--- a/map/purchase.cpp
+++ b/map/purchase.cpp
@@ -15,7 +15,6 @@
#include <utility>
-#define STAGE_PURCHASE_SERVER
#include "private.h"
namespace
diff --git a/map/user.cpp b/map/user.cpp
index 8b32e25a96..af9f1675c9 100644
--- a/map/user.cpp
+++ b/map/user.cpp
@@ -22,8 +22,6 @@
#include <limits>
#include <sstream>
-//#define STAGE_PASSPORT_SERVER
-//#define STAGE_UGC_SERVER
#include "private.h"
namespace