[empathy] remove empathy-dispatch-operation



commit aef77c9a4bd157f0dd128a845c26c7ff134b3b2d
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Wed Aug 11 17:30:40 2010 +0200

    remove empathy-dispatch-operation

 libempathy/Makefile.am                  |    2 -
 libempathy/empathy-call-factory.h       |    1 -
 libempathy/empathy-dispatch-operation.c |  627 -------------------------------
 libempathy/empathy-dispatch-operation.h |  126 ------
 libempathy/empathy-dispatcher.h         |    1 -
 libempathy/empathy-ft-factory.h         |    1 -
 libempathy/empathy-utils.c              |    1 -
 src/empathy.c                           |    1 -
 8 files changed, 0 insertions(+), 760 deletions(-)
---
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am
index eb8a874..94bbabe 100644
--- a/libempathy/Makefile.am
+++ b/libempathy/Makefile.am
@@ -37,7 +37,6 @@ libempathy_headers =				\
 	empathy-contact-manager.h		\
 	empathy-contact.h			\
 	empathy-debug.h				\
-	empathy-dispatch-operation.h		\
 	empathy-dispatcher.h			\
 	empathy-ft-factory.h			\
 	empathy-ft-handler.h			\
@@ -74,7 +73,6 @@ libempathy_la_SOURCES =					\
 	empathy-contact-manager.c			\
 	empathy-contact.c				\
 	empathy-debug.c					\
-	empathy-dispatch-operation.c			\
 	empathy-dispatcher.c				\
 	empathy-ft-factory.c				\
 	empathy-ft-handler.c				\
diff --git a/libempathy/empathy-call-factory.h b/libempathy/empathy-call-factory.h
index 10b911f..7b160dd 100644
--- a/libempathy/empathy-call-factory.h
+++ b/libempathy/empathy-call-factory.h
@@ -23,7 +23,6 @@
 
 #include <glib-object.h>
 
-#include <libempathy/empathy-dispatch-operation.h>
 #include <libempathy/empathy-call-handler.h>
 #include <libempathy/empathy-dispatcher.h>
 
diff --git a/libempathy/empathy-dispatcher.h b/libempathy/empathy-dispatcher.h
index c44ac9d..bf6e169 100644
--- a/libempathy/empathy-dispatcher.h
+++ b/libempathy/empathy-dispatcher.h
@@ -28,7 +28,6 @@
 #include <telepathy-glib/channel.h>
 
 #include "empathy-contact.h"
-#include "empathy-dispatch-operation.h"
 
 G_BEGIN_DECLS
 
diff --git a/libempathy/empathy-ft-factory.h b/libempathy/empathy-ft-factory.h
index 00b2af5..f59ecc4 100644
--- a/libempathy/empathy-ft-factory.h
+++ b/libempathy/empathy-ft-factory.h
@@ -29,7 +29,6 @@
 
 #include "empathy-contact.h"
 #include "empathy-ft-handler.h"
-#include "empathy-dispatch-operation.h"
 
 G_BEGIN_DECLS
 
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c
index 82b1316..4ab367b 100644
--- a/libempathy/empathy-utils.c
+++ b/libempathy/empathy-utils.c
@@ -45,7 +45,6 @@
 #include "empathy-contact-manager.h"
 #include "empathy-individual-manager.h"
 #include "empathy-dispatcher.h"
-#include "empathy-dispatch-operation.h"
 #include "empathy-idle.h"
 #include "empathy-tp-call.h"
 #include "empathy-tp-contact-factory.h"
diff --git a/src/empathy.c b/src/empathy.c
index c128280..fc780fa 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -54,7 +54,6 @@
 #include <libempathy/empathy-connectivity.h>
 #include <libempathy/empathy-connection-managers.h>
 #include <libempathy/empathy-dispatcher.h>
-#include <libempathy/empathy-dispatch-operation.h>
 #include <libempathy/empathy-ft-factory.h>
 #include <libempathy/empathy-gsettings.h>
 #include <libempathy/empathy-tp-chat.h>



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