Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--intern/ghost/intern/GHOST_ContextWGL.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/intern/ghost/intern/GHOST_ContextWGL.h b/intern/ghost/intern/GHOST_ContextWGL.h
index b3b66c5f6e2..6f575db73c6 100644
--- a/intern/ghost/intern/GHOST_ContextWGL.h
+++ b/intern/ghost/intern/GHOST_ContextWGL.h
@@ -167,8 +167,6 @@ private:
static HGLRC s_sharedHGLRC;
static int s_sharedCount;
-
- static bool s_singleContextMode;
};
#endif // __GHOST_CONTEXTWGL_H__