diff options
Diffstat (limited to '')
-rw-r--r-- | src/event_pipe.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/event_pipe.h b/src/event_pipe.h index 3888939c8..6205ab867 100644 --- a/src/event_pipe.h +++ b/src/event_pipe.h @@ -24,10 +24,6 @@ #include <glib.h> enum pipe_event { - /** the default event: the main thread is waiting for somebody, - and this event wakes up the main thread */ - PIPE_EVENT_SIGNAL = 0, - /** database update was finished */ PIPE_EVENT_UPDATE, @@ -66,8 +62,6 @@ void event_pipe_emit(enum pipe_event event); */ void event_pipe_emit_fast(enum pipe_event event); -void event_pipe_signal(void); - void event_pipe_wait(void); #endif /* MAIN_NOTIFY_H */ |