projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e48573c
)
gthread: remove some unused forward declarations
author
Ryan Lortie
<desrt@desrt.ca>
Wed, 31 Aug 2011 19:53:36 +0000
(15:53 -0400)
committer
Ryan Lortie
<desrt@desrt.ca>
Fri, 9 Sep 2011 16:47:39 +0000
(12:47 -0400)
gthread/gthread-impl.c
patch
|
blob
|
history
diff --git
a/gthread/gthread-impl.c
b/gthread/gthread-impl.c
index 97a497089343cab88a1c56e3786fd91d06b24ca4..63f1bf2e3ffcbacec4d3518d9423fc281e811649 100644
(file)
--- 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
{