diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-06-09 19:02:40 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-06-09 19:13:56 +0200 |
commit | f0bb1b30ddbce26d329567df6777abcd1d438a4a (patch) | |
tree | 5e538c619fd21ce4de2437fa80a0fea65840fd78 /src | |
parent | a1f703934cbe65067a007c9afb7c1b39fbe7818a (diff) | |
download | experiment-player-f0bb1b30ddbce26d329567df6777abcd1d438a4a.tar.gz |
removed unnecessary libX11 dependency
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -27,10 +27,6 @@ #include <locale.h> -#ifdef HAVE_X11_XLIB_H -#include <X11/Xlib.h> -#endif - #ifdef HAVE_WINDOWS_H #include <windows.h> #include <shellapi.h> @@ -447,9 +443,6 @@ main(int argc, char *argv[]) setlocale(LC_ALL, ""); /* init threads */ -#ifdef HAVE_X11_XLIB_H - XInitThreads(); /* FIXME: really required??? */ -#endif g_thread_init(NULL); gdk_threads_init(); |