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:
authorClément Foucault <foucault.clem@gmail.com>2018-07-02 20:35:09 +0300
committerClément Foucault <foucault.clem@gmail.com>2018-07-03 14:36:04 +0300
commitd78bcf90557a157555b0fafcf3f8d03e5b6496ca (patch)
tree2cd6242d9b27352e7e5f1ad72d1f7ea2353230f0 /intern
parent7a8403dbb003b0a79fb917b3f23c329f72522ef8 (diff)
Revert "GHOST: Fix uninitialized var"
This reverts commit 27b673402228aeede8369d99bf64f3da21541058.
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_ContextGLX.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_ContextGLX.cpp b/intern/ghost/intern/GHOST_ContextGLX.cpp
index c94151a1a0e..1365a1a9c24 100644
--- a/intern/ghost/intern/GHOST_ContextGLX.cpp
+++ b/intern/ghost/intern/GHOST_ContextGLX.cpp
@@ -305,7 +305,7 @@ const bool GLXEW_ARB_create_context_robustness =
fprintf(stderr, "Warning! GLX_ARB_create_context not available.\n");
}
- GHOST_TSuccess success = GHOST_kSuccess;
+ GHOST_TSuccess success;
if (m_context != NULL) {
if (!s_sharedContext)