From f2d86f87c565cc4e869d05eef1ba425eb1132cf2 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 1 May 2012 13:13:40 +0100 Subject: [PATCH 08/15] TpBaseConnectionCreateChannelFactoriesImpl: fully remove --- docs/reference/telepathy-glib-sections.txt | 1 - telepathy-glib/base-connection.h | 4 ---- 2 files changed, 5 deletions(-) diff --git a/docs/reference/telepathy-glib-sections.txt b/docs/reference/telepathy-glib-sections.txt index bee5720..74c13ba 100644 --- a/docs/reference/telepathy-glib-sections.txt +++ b/docs/reference/telepathy-glib-sections.txt @@ -41,7 +41,6 @@ TP_USER_ACTION_TIME_CURRENT_TIME TP_INTERNAL_CONNECTION_STATUS_NEW TpBaseConnection TpBaseConnectionClass -TpBaseConnectionCreateChannelFactoriesImpl TpBaseConnectionCreateChannelManagersImpl TpBaseConnectionCreateHandleReposImpl TpBaseConnectionGetUniqueConnectionNameImpl diff --git a/telepathy-glib/base-connection.h b/telepathy-glib/base-connection.h index 4b4157e..2cc440e 100644 --- a/telepathy-glib/base-connection.h +++ b/telepathy-glib/base-connection.h @@ -46,10 +46,6 @@ typedef gboolean (*TpBaseConnectionStartConnectingImpl) ( typedef void (*TpBaseConnectionCreateHandleReposImpl) (TpBaseConnection *self, TpHandleRepoIface *repos[TP_NUM_HANDLE_TYPES]); - -typedef GPtrArray *(*TpBaseConnectionCreateChannelFactoriesImpl) ( - TpBaseConnection *self); - typedef GPtrArray *(*TpBaseConnectionCreateChannelManagersImpl) ( TpBaseConnection *self); -- 1.7.10