aboutsummaryrefslogtreecommitdiffstats
path: root/src/event/IdleMonitor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/event/IdleMonitor.hxx')
-rw-r--r--src/event/IdleMonitor.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/event/IdleMonitor.hxx b/src/event/IdleMonitor.hxx
index 65aaa38cf..8d4d2681a 100644
--- a/src/event/IdleMonitor.hxx
+++ b/src/event/IdleMonitor.hxx
@@ -26,8 +26,7 @@ class EventLoop;
/**
* An event that runs when the EventLoop has become idle, before
- * waiting for more events. This class is not thread-safe; all
- * methods must be run from EventLoop's thread.
+ * waiting for more events.
*
* This class is not thread-safe, all methods must be called from the
* thread that runs the #EventLoop, except where explicitly documented