From 41cbb40dca659799f05567bca0477f630eeeda16 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Wed, 31 Aug 2011 15:53:36 -0400 Subject: [PATCH] gthread: remove some unused forward declarations --- gthread/gthread-impl.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/gthread/gthread-impl.c b/gthread/gthread-impl.c index 97a497089..63f1bf2e3 100644 --- a/gthread/gthread-impl.c +++ b/gthread/gthread-impl.c @@ -60,13 +60,6 @@ static gint g_thread_priority_map [G_THREAD_PRIORITY_URGENT + 1]; ((PRIORITY_NORMAL_VALUE + PRIORITY_URGENT_VALUE * 2) / 3) #endif /* PRIORITY_HIGH_VALUE */ -void g_mutex_init (void); -void g_mem_init (void); -void g_messages_init (void); -void g_convert_init (void); -void g_rand_init (void); -void g_main_thread_init (void); - typedef struct _GMutexDebugInfo GMutexDebugInfo; struct _GMutexDebugInfo {