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 'drape/glfunctions.hpp')
-rw-r--r--drape/glfunctions.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/drape/glfunctions.hpp b/drape/glfunctions.hpp
index f8a0dfb460..4c3e87c4d5 100644
--- a/drape/glfunctions.hpp
+++ b/drape/glfunctions.hpp
@@ -17,11 +17,6 @@ public:
static void Init(dp::ApiVersion apiVersion);
- /// Attaches cache of gl-functions to specified thread. The only cache
- /// is available, so invoking of this method on other thread leads to
- /// disabling of current cache and enabling another
- static void AttachCache(std::thread::id const & threadId);
-
static bool glHasExtension(std::string const & name);
static void glClearColor(float r, float g, float b, float a);
static void glClear();