[telepathy-idle/master] idle-connection-manager: remove unused PARAM enum

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Tue Oct 6 12:45:43 PDT 2009


---
 src/idle-connection-manager.c |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/src/idle-connection-manager.c b/src/idle-connection-manager.c
index f0ab1d3..08d47bd 100644
--- a/src/idle-connection-manager.c
+++ b/src/idle-connection-manager.c
@@ -62,18 +62,6 @@ static void _params_free(gpointer ptr) {
 	g_slice_free(Params, params);
 }
 
-enum {
-	PARAM_ACCOUNT,
-	PARAM_SERVER,
-	PARAM_PORT,
-	PARAM_PASSWORD,
-	PARAM_FULLNAME,
-	PARAM_CHARSET,
-	PARAM_QUIT_MESSAGE,
-	PARAM_USE_SSL,
-	LAST_PARAM
-};
-
 gboolean
 filter_nick(const TpCMParamSpec *paramspec, GValue *value, GError **error)
 {
-- 
1.5.6.5



More information about the telepathy-commits mailing list