From 525b1ad345ab04eb56e69cb67c38df1229897d83 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Sat, 4 Aug 2012 19:48:06 +0200 Subject: tubes: call the function directly Change-Id: Ic9f02f7df77fabaec585c3f53bf0a86044bf27bb --- tubes/inc/tubes/manager.hxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tubes/inc') diff --git a/tubes/inc/tubes/manager.hxx b/tubes/inc/tubes/manager.hxx index 06ff54342596..7c895e4dac22 100644 --- a/tubes/inc/tubes/manager.hxx +++ b/tubes/inc/tubes/manager.hxx @@ -152,9 +152,6 @@ public: /** Only the callback of prepareAccountManager() is to set this. */ void setAccountManagerReady( bool bPrepared); - /** Iterate our GMainLoop, blocking, unconditionally. */ - void iterateLoop(); - typedef bool (*CallBackInvokedFunc)(); /** Iterate our GMainLoop, blocking, until the callback is done. */ void iterateLoop( CallBackInvokedFunc pFunc ); @@ -163,10 +160,6 @@ public: /** Iterate our GMainLoop, blocking, until the callback is done. */ void iterateLoop( ManagerCallBackInvokedFunc pFunc ); - typedef bool (TeleConference::*ConferenceCallBackInvokedFunc)() const; - /** Iterate our GMainLoop, blocking, until the callback is done. */ - void iterateLoop( const TeleConference* pConference, ConferenceCallBackInvokedFunc pFunc ); - /// "LibreOfficeWhatEver" static rtl::OString getFullClientName(); -- cgit