summaryrefslogtreecommitdiff
path: root/telepathy-glib/util-internal.h
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-04-23 13:39:02 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-04-23 13:39:02 +0200
commit032592af28cf29069b2bcf7c33fb0ae560587158 (patch)
treec993bf2f46955ca7e61425bfe4710137e10f8688 /telepathy-glib/util-internal.h
parentc193a39211ffdef8e724c153ae13bf00b31dc7eb (diff)
downloadtelepathy-glib-032592af28cf29069b2bcf7c33fb0ae560587158.tar.gz
Use g_ptr_array_new_full() now that we can depend on glib 2.30
Diffstat (limited to 'telepathy-glib/util-internal.h')
-rw-r--r--telepathy-glib/util-internal.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/telepathy-glib/util-internal.h b/telepathy-glib/util-internal.h
index a7937bafe..d85110b19 100644
--- a/telepathy-glib/util-internal.h
+++ b/telepathy-glib/util-internal.h
@@ -85,10 +85,6 @@ const gchar *_tp_enum_to_nick (GType enum_type, gint value);
gboolean _tp_bind_connection_status_to_boolean (GBinding *binding,
const GValue *src_value, GValue *dest_value, gpointer user_data);
-/* Included in GLib >=2.29.15: bug #654450 */
-GPtrArray *_tp_g_ptr_array_new_full (guint reserved_size,
- GDestroyNotify element_free_func);
-
gboolean _tp_set_socket_address_type_and_access_control_type (
GHashTable *supported_sockets,
TpSocketAddressType *address_type,