summaryrefslogtreecommitdiffstats
path: root/libmpv
diff options
context:
space:
mode:
Diffstat (limited to 'libmpv')
-rw-r--r--libmpv/client.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libmpv/client.h b/libmpv/client.h
index 07ab7d44bc..fb10e5e01d 100644
--- a/libmpv/client.h
+++ b/libmpv/client.h
@@ -152,8 +152,6 @@ extern "C" {
* - Using UNIX IPC (off by default) will override the SIGPIPE signal handler,
* and set it to SIG_IGN. Some invocations of the "subprocess" command will
* also do that.
- * - mpv will reseed the legacy C random number generator by calling srand() at
- * some random point once.
* - mpv may start sub processes, so overriding SIGCHLD, or waiting on all PIDs
* (such as calling wait()) by the parent process or any other library within
* the process must be avoided. libmpv itself only waits for its own PIDs.