summaryrefslogtreecommitdiff
path: root/telepathy-glib/account-manager-internal.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-03-26 17:30:03 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-03-30 18:24:48 +0100
commit57c03d9aa61e998a6a9111327fd6a49f89a3e5a5 (patch)
tree2df1648ef26dec977e1f100b0df3ca7057ee7bd9 /telepathy-glib/account-manager-internal.h
parent4754bd0171538fac144f6b0d9e1cca595965e9ea (diff)
downloadtelepathy-glib-57c03d9aa61e998a6a9111327fd6a49f89a3e5a5.tar.gz
Remove _tp_account_manager_get_missing_features and friends
Sorry, Jonny... turns out these weren't very helpful after all.
Diffstat (limited to 'telepathy-glib/account-manager-internal.h')
-rw-r--r--telepathy-glib/account-manager-internal.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/telepathy-glib/account-manager-internal.h b/telepathy-glib/account-manager-internal.h
index 18dbeef75..4ac35c57b 100644
--- a/telepathy-glib/account-manager-internal.h
+++ b/telepathy-glib/account-manager-internal.h
@@ -26,15 +26,6 @@
G_BEGIN_DECLS
-const GQuark * _tp_account_manager_get_requested_features (
- TpAccountManager *manager);
-
-const GQuark * _tp_account_manager_get_actual_features (
- TpAccountManager *manager);
-
-const GQuark * _tp_account_manager_get_missing_features (
- TpAccountManager *manager);
-
G_END_DECLS
#endif