empathy r2210 - trunk/libempathy



Author: xclaesse
Date: Fri Jan  9 16:16:36 2009
New Revision: 2210
URL: http://svn.gnome.org/viewvc/empathy?rev=2210&view=rev

Log:
Remove dead code

Modified:
   trunk/libempathy/empathy-dispatcher.c
   trunk/libempathy/empathy-dispatcher.h

Modified: trunk/libempathy/empathy-dispatcher.c
==============================================================================
--- trunk/libempathy/empathy-dispatcher.c	(original)
+++ trunk/libempathy/empathy-dispatcher.c	Fri Jan  9 16:16:36 2009
@@ -72,15 +72,6 @@
 static EmpathyDispatcher *dispatcher = NULL;
 
 typedef struct {
-  EmpathyDispatcherTube  public;
-  EmpathyContactFactory *factory;
-  gchar                 *bus_name;
-  gchar                 *object_path;
-  guint                  ref_count;
-  gboolean               handled;
-} DispatcherTube;
-
-typedef struct {
   EmpathyDispatcher *dispatcher;
   EmpathyDispatchOperation *operation;
   TpConnection *connection;

Modified: trunk/libempathy/empathy-dispatcher.h
==============================================================================
--- trunk/libempathy/empathy-dispatcher.h	(original)
+++ trunk/libempathy/empathy-dispatcher.h	Fri Jan  9 16:16:36 2009
@@ -51,15 +51,6 @@
 	GObjectClass parent_class;
 };
 
-#define EMPATHY_TYPE_DISPATCHER_TUBE (empathy_dispatcher_tube_get_type ())
-typedef struct {
-	EmpathyContact *initiator;
-	TpChannel      *channel;
-	guint           id;
-	gboolean        activatable;
-} EmpathyDispatcherTube;
-
-
 /* Will be called when the channel is ready for dispatching. The requestor
  * handle the channel itself by calling empathy_dispatch_operation_handles */
 typedef void (EmpathyDispatcherRequestCb) (
@@ -92,7 +83,6 @@
 
 /* Get the dispatcher singleton */
 EmpathyDispatcher *    empathy_dispatcher_dup_singleton (void);
-GType                  empathy_dispatcher_tube_get_type        (void);
 
 G_END_DECLS
 



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