[empathy] remove empathy-auto-salut-account-helper



commit 208dcb12e4946d9c710eecdd1f11f0cc8acf8cbc
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Thu Feb 16 12:52:01 2012 +0100

    remove empathy-auto-salut-account-helper
    
    It was used only by the accounts assistant
    
    https://bugzilla.gnome.org/show_bug.cgi?id=652669

 src/Makefile.am                         |    2 -
 src/empathy-accounts-common.c           |    1 -
 src/empathy-accounts.c                  |    1 -
 src/empathy-auto-salut-account-helper.c |  103 -------------------------------
 src/empathy-auto-salut-account-helper.h |   34 ----------
 tests/interactive/Makefile.am           |   11 ---
 6 files changed, 0 insertions(+), 152 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 06eaf17..8623ac2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -32,9 +32,7 @@ noinst_LTLIBRARIES = libempathy-accounts-common.la
 
 libempathy_accounts_common_la_SOURCES =					\
 	empathy-accounts-common.c empathy-accounts-common.h		\
-	empathy-account-assistant.c empathy-account-assistant.h		\
 	empathy-accounts-dialog.c empathy-accounts-dialog.h		\
-	empathy-auto-salut-account-helper.c empathy-auto-salut-account-helper.h \
 	empathy-import-dialog.c empathy-import-dialog.h			\
 	empathy-import-pidgin.c empathy-import-pidgin.h			\
 	empathy-import-widget.c empathy-import-widget.h			\
diff --git a/src/empathy-accounts-common.c b/src/empathy-accounts-common.c
index 7da2788..f6bb402 100644
--- a/src/empathy-accounts-common.c
+++ b/src/empathy-accounts-common.c
@@ -41,7 +41,6 @@
 
 #include "empathy-accounts-common.h"
 #include "empathy-accounts-dialog.h"
-#include "empathy-auto-salut-account-helper.h"
 
 #define DEBUG_FLAG EMPATHY_DEBUG_ACCOUNT
 #include <libempathy/empathy-debug.h>
diff --git a/src/empathy-accounts.c b/src/empathy-accounts.c
index a342f41..6b51820 100644
--- a/src/empathy-accounts.c
+++ b/src/empathy-accounts.c
@@ -43,7 +43,6 @@
 #include "empathy-accounts.h"
 #include "empathy-accounts-common.h"
 #include "empathy-accounts-dialog.h"
-#include "empathy-auto-salut-account-helper.h"
 
 #define DEBUG_FLAG EMPATHY_DEBUG_ACCOUNT
 #include <libempathy/empathy-debug.h>
diff --git a/tests/interactive/Makefile.am b/tests/interactive/Makefile.am
index e07ed65..bb0f415 100644
--- a/tests/interactive/Makefile.am
+++ b/tests/interactive/Makefile.am
@@ -15,7 +15,6 @@ LDADD =								\
 
 noinst_PROGRAMS =			\
 	empathy-logs			\
-	test-empathy-account-assistant \
 	test-empathy-contact-blocking-dialog \
 	test-empathy-presence-chooser	\
 	test-empathy-status-preset-dialog \
@@ -27,14 +26,4 @@ test_empathy_contact_blocking_dialog_SOURCES = test-empathy-contact-blocking-dia
 test_empathy_presence_chooser_SOURCES = test-empathy-presence-chooser.c
 test_empathy_status_preset_dialog_SOURCES = test-empathy-status-preset-dialog.c
 test_empathy_protocol_chooser_SOURCES = test-empathy-protocol-chooser.c
-test_empathy_account_assistant_SOURCES = test-empathy-account-assistant.c
 test_empathy_account_chooser_SOURCES = test-empathy-account-chooser.c
-
-test_empathy_account_assistant_CFLAGS = -I$(top_srcdir)/src
-test_empathy_account_assistant_LDADD = 			\
-	$(top_builddir)/src/empathy-account-assistant.lo	\
-	$(top_builddir)/src/empathy-auto-salut-account-helper.lo	\
-	$(top_builddir)/src/empathy-import-pidgin.lo	\
-	$(top_builddir)/src/empathy-import-utils.lo	\
-	$(top_builddir)/src/empathy-import-widget.lo	\
-	$(LDADD)



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