summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-23 14:10:02 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-23 14:10:02 +0200
commit29d3ec96ec4fc72feda019fdbda6c5a79a0f40c7 (patch)
tree4d71971aac4a1f346d4d6f07dbded196a3ea58df
parent569873393d4f4ca322d9ca004196ed6e2956cd4d (diff)
downloadtelepathy-logger-29d3ec96ec4fc72feda019fdbda6c5a79a0f40c7.tar.gz
remove useless prototypes
-rw-r--r--telepathy-logger/channel-text.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/telepathy-logger/channel-text.c b/telepathy-logger/channel-text.c
index 46afad9..7a62dad 100644
--- a/telepathy-logger/channel-text.c
+++ b/telepathy-logger/channel-text.c
@@ -64,8 +64,6 @@ static TpContactFeature features[3] = {
static void call_when_ready_wrapper (TplChannel *tpl_chan,
GAsyncReadyCallback cb, gpointer user_data);
-void got_pending_messages_cb (TpChannel *proxy, const GPtrArray *result,
- const GError *error, gpointer user_data, GObject *weak_object);
static void got_tpl_chan_ready_cb (GObject *obj, GAsyncResult *result,
gpointer user_data);
@@ -96,12 +94,6 @@ static void pendingproc_get_chatroom_id (TplActionChain *ctx,
static void get_chatroom_id_cb (TpConnection *proxy,
const gchar **identifiers, const GError *error, gpointer user_data,
GObject *weak_object);
-static void pendingproc_get_my_contact (TplActionChain *ctx,
- gpointer user_data);
-static void pendingproc_get_remote_contact (TplActionChain *ctx,
- gpointer user_data);
-static void pendingproc_get_remote_handle_type (TplActionChain *ctx,
- gpointer user_data);
static void pendingproc_cleanup_pending_messages_db (TplActionChain *ctx,
gpointer user_data);