Remove now-useless glibprivate.h

The only symbol in glibprivate.h was moved to glib-private.h.
This commit is contained in:
Ryan Lortie 2011-09-09 15:21:07 -04:00
parent d86386159d
commit 9e1d4aa257
2 changed files with 0 additions and 7 deletions

View File

@ -113,7 +113,6 @@ uninstall-ms-lib:
libglib_2_0_la_SOURCES = \
glib_probes.d \
glibprivate.h \
garray.c \
gasyncqueue.c \
gatomic.c \

View File

@ -1,6 +0,0 @@
#ifndef __GLIBPRIVATE_H__
#define __GLIBPRIVATE_H__
GMainContext *glib_get_worker_context (void);
#endif /* __GLIBPRIVATE_H__ */