event_pipe: moved variable "main_task" to main.c

This commit is contained in:
Max Kellermann
2009-01-03 13:19:01 +01:00
parent 96814397ad
commit 48aace1859
5 changed files with 5 additions and 7 deletions

View File

@@ -44,8 +44,6 @@ enum pipe_event {
typedef void (*event_pipe_callback_t)(void);
extern GThread *main_task;
void event_pipe_init(void);
void event_pipe_deinit(void);