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:
authorClément Foucault <foucault.clem@gmail.com>2018-06-11 18:22:57 +0300
committerClément Foucault <foucault.clem@gmail.com>2018-06-11 18:23:06 +0300
commit7529690df38ced314d59af3b10c610e3fd56c807 (patch)
treec9c27c386c496ec239e18007986f365747c5c61b /intern/ghost
parentfaf7453b45aecace938fa671702dd62a0620c5b8 (diff)
GHOST: GLX: Remove XInitThreads
This was needed because we were sharing opengl contexts across multiple threads. With the recent refactor this should be no longer needed.
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_SystemX11.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_SystemX11.cpp b/intern/ghost/intern/GHOST_SystemX11.cpp
index fcda5d8b72d..1efbee0e6aa 100644
--- a/intern/ghost/intern/GHOST_SystemX11.cpp
+++ b/intern/ghost/intern/GHOST_SystemX11.cpp
@@ -125,7 +125,6 @@ GHOST_SystemX11(
m_xkb_descr(NULL),
m_start_time(0)
{
- XInitThreads();
m_display = XOpenDisplay(NULL);
if (!m_display) {