Backed out changeset: 0e65571cbfd1 (doesn't fix anything)

--HG--
branch : develop
hg/feature/material-editor
kervala 9 years ago
parent 23ecfa9fe7
commit f393554075

@ -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…
Cancel
Save