summaryrefslogtreecommitdiff
path: root/glib/gasyncqueue.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-10-01 18:42:48 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-10-01 20:22:46 -0400
commit93abf20d3bc17fcf14cfb605b2142113dc1fd8e9 (patch)
tree331661b86a6935a707c811a5b9bc96b58923e91d /glib/gasyncqueue.h
parentb17b02da796628afe7829f5e8929c7666eb54f31 (diff)
downloadglib-93abf20d3bc17fcf14cfb605b2142113dc1fd8e9.tar.gz
GAsyncQueue: Move private API to a private header
Diffstat (limited to 'glib/gasyncqueue.h')
-rw-r--r--glib/gasyncqueue.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/glib/gasyncqueue.h b/glib/gasyncqueue.h
index 9da43e36d..15dab998f 100644
--- a/glib/gasyncqueue.h
+++ b/glib/gasyncqueue.h
@@ -112,9 +112,6 @@ void g_async_queue_sort_unlocked (GAsyncQueue *queue,
GCompareDataFunc func,
gpointer user_data);
-/* Private API */
-GMutex* _g_async_queue_get_mutex (GAsyncQueue *queue);
-
G_END_DECLS
#endif /* __G_ASYNCQUEUE_H__ */