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/mwm_version.hpp')
-rw-r--r--platform/mwm_version.hpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/platform/mwm_version.hpp b/platform/mwm_version.hpp
index 2b87f7c779..8e418fc03c 100644
--- a/platform/mwm_version.hpp
+++ b/platform/mwm_version.hpp
@@ -79,10 +79,8 @@ MwmType GetMwmType(MwmVersion const & version);
/// which should be processed as either single or two components (mwm and routing) mwms.
enum ForTesting
{
- FOR_TESTING_TWO_COMPONENT_MWM1 = 10,
- FOR_TESTING_TWO_COMPONENT_MWM2,
- FOR_TESTING_SINGLE_MWM1 = 991215,
- FOR_TESTING_SINGLE_MWM2,
- FOR_TESTING_SINGLE_MWM_LATEST,
+ FOR_TESTING_MWM1 = 991215,
+ FOR_TESTING_MWM2,
+ FOR_TESTING_MWM_LATEST,
};
} // namespace version