gthread: remove some unused forward declarations
authorRyan Lortie <desrt@desrt.ca>
Wed, 31 Aug 2011 19:53:36 +0000 (15:53 -0400)
committerRyan Lortie <desrt@desrt.ca>
Fri, 9 Sep 2011 16:47:39 +0000 (12:47 -0400)
gthread/gthread-impl.c

index 97a4970..63f1bf2 100644 (file)
@@ -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
 {