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.hpp
parent58e55db2d7175e5649e1890aa53d1ad590af9dc3 (diff)
refactored RenderPolicies to accept visualScale, skinName and screenSize among other parameters. removed Platform::VisualScale, *::SkinName and *::TileSize.
Diffstat (limited to 'platform/platform.hpp')
-rw-r--r--platform/platform.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/platform/platform.hpp b/platform/platform.hpp
index ae49facd59..0aff0867a7 100644
--- a/platform/platform.hpp
+++ b/platform/platform.hpp
@@ -100,16 +100,10 @@ public:
int CpuCores() const;
- double VisualScale() const;
-
- string SkinName() const;
-
void GetFontNames(FilesList & res) const;
bool IsMultiThreadedRendering() const;
- int TileSize() const;
-
int VideoMemoryLimit() const;
int PreCachingDepth() const;