Backed out changeset: 0e65571cbfd1 (doesn't fix anything)
This commit is contained in:
parent
355576d2f8
commit
ad654a0d31
1 changed files with 0 additions and 6 deletions
|
@ -350,12 +350,6 @@ bool CDriverGL::init (uintptr_t windowIcon, emptyProc exitFunc)
|
|||
|
||||
nlunreferenced(windowIcon);
|
||||
|
||||
// allow several threads to access X functions
|
||||
if (XInitThreads() == 0)
|
||||
{
|
||||
nlwarning("XInitThreads failed");
|
||||
}
|
||||
|
||||
_dpy = XOpenDisplay(NULL);
|
||||
|
||||
if (_dpy == NULL)
|
||||
|
|
Loading…
Reference in a new issue