diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-10-28 14:52:06 +0100 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-10-28 14:52:06 +0100 |
commit | c20140663f240a922dc882d90d8d9a30818c9747 (patch) | |
tree | fffa6ef7d700d25b4fd76acffdb05794831c9b3a | |
parent | bd8cf9856f1a95ef971d4d5f5b0b051baa2eee8d (diff) |
util.h: remove comment triggering the UNRELEASED check
Having 'UNRELEASED' in a source file makes the release checker unhappy.
-rw-r--r-- | telepathy-glib/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/telepathy-glib/util.h b/telepathy-glib/util.h index a9b40ca3c..d00f69b9b 100644 --- a/telepathy-glib/util.h +++ b/telepathy-glib/util.h @@ -120,7 +120,6 @@ void tp_value_array_unpack (GValueArray *array, /* Work around GLib having deprecated something that is part of our API. */ _TP_AVAILABLE_IN_0_24 void tp_value_array_free (GValueArray *va); -/* this is effectively _TP_AVAILABLE_IN_UNRELEASED too */ #if TP_VERSION_MAX_ALLOWED >= _TP_VERSION_CUR_STABLE #define tp_value_array_free(va) _tp_value_array_free_inline (va) #ifndef __GTK_DOC_IGNORE__ /* gtk-doc can't parse this */ |