aboutsummaryrefslogtreecommitdiff
path: root/src/GlobalEvents.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/GlobalEvents.hxx')
-rw-r--r--src/GlobalEvents.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/GlobalEvents.hxx b/src/GlobalEvents.hxx
index ee977936..458e77d7 100644
--- a/src/GlobalEvents.hxx
+++ b/src/GlobalEvents.hxx
@@ -58,13 +58,6 @@ namespace GlobalEvents {
void Register(Event event, Handler handler);
void Emit(Event event);
-
- /**
- * Similar to event_pipe_emit(), but aimed for use in signal handlers:
- * it doesn't lock the mutex, and doesn't log on error. That makes it
- * potentially lossy, but for its intended use, that does not matter.
- */
- void FastEmit(Event event);
}
#endif /* MAIN_NOTIFY_H */