event_pipe: removed the unused function event_pipe_wait()

This commit is contained in:
Max Kellermann
2009-01-04 20:32:45 +01:00
parent e4a53df7db
commit 21173ea4a9
2 changed files with 4 additions and 16 deletions
-2
View File
@@ -60,6 +60,4 @@ void event_pipe_emit(enum pipe_event event);
*/
void event_pipe_emit_fast(enum pipe_event event);
void event_pipe_wait(void);
#endif /* MAIN_NOTIFY_H */