[totem] backend: Remove some dead code



commit 7e74539eb9681eefc9e01fbd65c2aa37c426d7a7
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Apr 5 10:21:22 2011 +0100

    backend: Remove some dead code

 src/backend/bacon-video-widget-gst-0.10.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/src/backend/bacon-video-widget-gst-0.10.c b/src/backend/bacon-video-widget-gst-0.10.c
index fdc6677..dd14710 100644
--- a/src/backend/bacon-video-widget-gst-0.10.c
+++ b/src/backend/bacon-video-widget-gst-0.10.c
@@ -309,8 +309,6 @@ static GtkWidgetClass *parent_class = NULL;
 
 static int bvw_signals[LAST_SIGNAL] = { 0 };
 
-static GThread *gui_thread;
-
 GST_DEBUG_CATEGORY (_totem_gst_debug_cat);
 #define GST_CAT_DEFAULT _totem_gst_debug_cat
 
@@ -6343,9 +6341,6 @@ bacon_video_widget_new (BvwUseType type, GError ** error)
   g_signal_connect (bvw->priv->play, "text-tags-changed",
       G_CALLBACK (text_tags_changed_cb), bvw);
 
-  /* assume we're always called from the main Gtk+ GUI thread */
-  gui_thread = g_thread_self();
-
   if (type == BVW_USE_TYPE_VIDEO) {
     GstStateChangeReturn ret;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]