[empathy] remove empathy-tube-handler.c and empathy-tube-dispatch



commit c30eaa7a26e66671c53c81f85296443e7c8198bd
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Thu Jan 14 14:11:47 2010 +0000

    remove empathy-tube-handler.c and empathy-tube-dispatch

 libempathy/Makefile.am            |    2 -
 libempathy/empathy-dispatcher.c   |    1 -
 libempathy/empathy-tube-handler.c |  288 -----------------------
 libempathy/empathy-tube-handler.h |   64 -----
 po/POTFILES.in                    |    1 -
 src/.gitignore                    |    3 -
 src/Makefile.am                   |    5 +-
 src/empathy-tube-dispatch.c       |  467 -------------------------------------
 src/empathy-tube-dispatch.h       |   75 ------
 9 files changed, 1 insertions(+), 905 deletions(-)
---
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am
index 4d5acc6..fa62d0c 100644
--- a/libempathy/Makefile.am
+++ b/libempathy/Makefile.am
@@ -61,7 +61,6 @@ libempathy_headers =				\
 	empathy-tp-contact-list.h		\
 	empathy-tp-file.h			\
 	empathy-tp-roomlist.h			\
-	empathy-tube-handler.h			\
 	empathy-types.h				\
 	empathy-utils.h
 
@@ -102,7 +101,6 @@ libempathy_la_SOURCES =					\
 	empathy-tp-contact-list.c			\
 	empathy-tp-file.c				\
 	empathy-tp-roomlist.c				\
-	empathy-tube-handler.c				\
 	empathy-utils.c
 
 # do not distribute generated files
diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c
index c096bd2..201e484 100644
--- a/libempathy/empathy-dispatcher.c
+++ b/libempathy/empathy-dispatcher.c
@@ -45,7 +45,6 @@
 #include "empathy-dispatcher.h"
 #include "empathy-handler.h"
 #include "empathy-utils.h"
-#include "empathy-tube-handler.h"
 #include "empathy-tp-contact-factory.h"
 #include "empathy-chatroom-manager.h"
 #include "empathy-utils.h"
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 7075d27..573a45c 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -83,7 +83,6 @@ src/empathy-preferences.c
 [type: gettext/glade]src/empathy-preferences.ui
 src/empathy-status-icon.c
 [type: gettext/glade]src/empathy-status-icon.ui
-src/empathy-tube-dispatch.c
 [type: gettext/glade]src/empathy-call-window-fullscreen.ui
 src/empathy-map-view.c
 [type: gettext/glade]src/empathy-map-view.ui
diff --git a/src/.gitignore b/src/.gitignore
index 17f66a5..6e1baa5 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -2,9 +2,6 @@ empathy
 empathy-accounts
 empathy-chat-chandler
 empathy-call-chandler
-empathy-tubes-chandler
-empathy-tube-dispatch-enumtypes.c
-empathy-tube-dispatch-enumtypes.h
 org.gnome.Empathy.Chat.service
 org.gnome.Empathy.Call.service
 org.gnome.Empathy.Tubes.service
diff --git a/src/Makefile.am b/src/Makefile.am
index c3f6582..6360dee 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -23,9 +23,7 @@ LDADD =								\
 bin_PROGRAMS =			\
 	empathy
 
-BUILT_SOURCES= \
-	empathy-tube-dispatch-enumtypes.h \
-	empathy-tube-dispatch-enumtypes.c
+BUILT_SOURCES=
 
 empathy_handwritten_source = \
 	empathy-about-dialog.c empathy-about-dialog.h			\
@@ -49,7 +47,6 @@ empathy_handwritten_source = \
 	empathy-preferences.c empathy-preferences.h			\
 	empathy-sidebar.c empathy-sidebar.h				\
 	empathy-status-icon.c empathy-status-icon.h			\
-	empathy-tube-dispatch.c empathy-tube-dispatch.h			\
 	empathy.c
 
 empathy_SOURCES =							\



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