diff options
Diffstat (limited to 'src/IOThread.hxx')
-rw-r--r-- | src/IOThread.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/IOThread.hxx b/src/IOThread.hxx index a9401dc7f..8c6f233ab 100644 --- a/src/IOThread.hxx +++ b/src/IOThread.hxx @@ -62,10 +62,4 @@ gcc_pure bool io_thread_inside(void); -/** - * Call a function synchronously in the I/O thread. - */ -gpointer -io_thread_call(GThreadFunc function, gpointer data); - #endif |