[next] telepathy-mission-control: Remove unused constants

Simon McVittie smcv at kemper.freedesktop.org
Tue Nov 5 14:25:08 CET 2013


Module: telepathy-mission-control
Branch: next
Commit: 439161bd47efb573dc5d551abb0f7b4cf5700503
URL:    http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=439161bd47efb573dc5d551abb0f7b4cf5700503

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Fri Oct 11 12:19:56 2013 +0100

Remove unused constants

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=37380
Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>

---

 src/mcd-dispatcher.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/mcd-dispatcher.c b/src/mcd-dispatcher.c
index d7dfc4a..1adda6a 100644
--- a/src/mcd-dispatcher.c
+++ b/src/mcd-dispatcher.c
@@ -68,11 +68,6 @@
 #include <string.h>
 #include "sp_timestamp.h"
 
-#define CREATE_CHANNEL TP_IFACE_CONNECTION_INTERFACE_REQUESTS ".CreateChannel"
-#define ENSURE_CHANNEL TP_IFACE_CONNECTION_INTERFACE_REQUESTS ".EnsureChannel"
-#define SEND_MESSAGE \
-  TP_IFACE_CHANNEL_DISPATCHER ".Interface.Messages.DRAFT.SendMessage"
-
 #define MCD_DISPATCHER_PRIV(dispatcher) (MCD_DISPATCHER (dispatcher)->priv)
 
 static void dispatcher_iface_init (gpointer, gpointer);



More information about the telepathy-commits mailing list