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:
authorrachytski <siarhei.rachytski@gmail.com>2012-05-12 20:35:38 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:38:23 +0300
commite17d25ab7c3ffd5a7d51b1043ff5064aeef359a1 (patch)
tree8bf77a920784e4591a865a07eef76e441ce9d35b /platform/platform_tests
parent58e55db2d7175e5649e1890aa53d1ad590af9dc3 (diff)
refactored RenderPolicies to accept visualScale, skinName and screenSize among other parameters. removed Platform::VisualScale, *::SkinName and *::TileSize.
Diffstat (limited to 'platform/platform_tests')
-rw-r--r--platform/platform_tests/platform_test.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/platform/platform_tests/platform_test.cpp b/platform/platform_tests/platform_test.cpp
index 5257e18aec..3f8a0e01bb 100644
--- a/platform/platform_tests/platform_test.cpp
+++ b/platform/platform_tests/platform_test.cpp
@@ -108,9 +108,3 @@ UNIT_TEST(CpuCores)
TEST_GREATER(coresNum, 0, ());
TEST_LESS_OR_EQUAL(coresNum, 128, ());
}
-
-UNIT_TEST(VisualScale)
-{
- double const visualScale = GetPlatform().VisualScale();
- TEST_GREATER_OR_EQUAL(visualScale, 1.0, ());
-}