From 018f4155eb7b476b96a7b401377be78e00ca7dd2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 7 Aug 2013 22:42:45 +0200 Subject: event: add function BlockingCall() Replaces io_thread_call(). This approach is more generic and easier to use due to std::function. --- src/IOThread.hxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/IOThread.hxx') 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 -- cgit v1.2.3