summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-03-28 14:54:10 +0200
committerBastien Nocera <hadess@hadess.net>2012-03-28 17:14:07 +0200
commit59cbe758090c1ddbd8320dc17e47380eabe926f8 (patch)
tree2b4e29a0a5254df36e227cba7c6f53cd8d79a962 /src
parent1a0e860a122a26394016241f7d6b5e8c79beb51d (diff)
downloadtotem-59cbe758090c1ddbd8320dc17e47380eabe926f8.tar.gz
backend: Remove unused GDK threading init
Diffstat (limited to 'src')
-rw-r--r--src/backend/bvw-test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/bvw-test.c b/src/backend/bvw-test.c
index fa7aa72c6..0f6b3a5ec 100644
--- a/src/backend/bvw-test.c
+++ b/src/backend/bvw-test.c
@@ -80,7 +80,6 @@ int main
#ifdef GDK_WINDOWING_X11
XInitThreads ();
#endif
- gdk_threads_init ();
context = g_option_context_new ("- Play audio and video inside a web browser");
baconoptiongroup = bacon_video_widget_get_option_group();