Revert "GHOST: Fix uninitialized var"

This reverts commit 27b6734022.
This commit is contained in:
Clément Foucault 2018-07-02 19:35:09 +02:00
parent 7a8403dbb0
commit d78bcf9055
1 changed files with 1 additions and 1 deletions

View File

@ -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)