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
path: root/intern
diff options
context:
space:
mode:
authorGermano <germano.costa@ig.com.br>2018-03-21 18:30:36 +0300
committerGermano <germano.costa@ig.com.br>2018-03-21 18:30:36 +0300
commitd33d6d0e06c5db07cf5e7869dd90a972b13ec227 (patch)
tree364433f5156cc10b4b82363ca66a1fa96c586fa7 /intern
parent69eb452622e9af340f14b7116d59e450c3b6c745 (diff)
GHOST CONTEXTWGL: Remove unused member
No longer used from this commit: https://developer.blender.org/rB0940e89e604d85d717f792b73e30e5e96a42e7c6#change-kg3gZvqkYPB6
Diffstat (limited to 'intern')
-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__