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:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2018-02-15 13:16:26 +0300
committerDaria Volvenkova <d.volvenkova@corp.mail.ru>2018-02-16 13:20:29 +0300
commitb7a874d09d583864b7e1b7b84cf0de26a05c3d50 (patch)
tree248e3608f666da78a87115100877f943aabe060f /drape/texture.hpp
parent295ab3b25515bafcadcf65b34929e674b62ba43f (diff)
Extracted glyph generator from font textures
Diffstat (limited to 'drape/texture.hpp')
-rw-r--r--drape/texture.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/drape/texture.hpp b/drape/texture.hpp
index d5081f644e..979a251082 100644
--- a/drape/texture.hpp
+++ b/drape/texture.hpp
@@ -50,7 +50,6 @@ public:
virtual ref_ptr<ResourceInfo> FindResource(Key const & key, bool & newResource) = 0;
virtual void UpdateState() {}
- virtual bool HasAsyncRoutines() const { return false; }
virtual bool HasEnoughSpace(uint32_t /*newKeysCount*/) const { return true; }
using Params = HWTexture::Params;