Don't expose g_data_runloop to outside

This commit is contained in:
twinaphex 2015-03-18 05:36:36 +01:00
parent dc17a30f17
commit d191886b6c

View File

@ -176,7 +176,6 @@ typedef struct runloop
} runloop_t;
/* Public data structures. */
extern struct data_runloop g_data_runloop;
extern struct runloop g_runloop;
/**