diff options
author | Eike Rathke <erack@redhat.com> | 2012-03-26 23:54:58 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-17 16:40:02 +0200 |
commit | 44b6da67468ce59f14d228e8db5b117f5cd0066c (patch) | |
tree | 08378228b9238b914f91d4197018005e1136cd89 /tubes/inc | |
parent | 7c5b100ce858189db83d7da152cf499cadb06afc (diff) |
cleanout flushLoop
relict from testing era, not needed anymore
Diffstat (limited to 'tubes/inc')
-rw-r--r-- | tubes/inc/tubes/manager.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tubes/inc/tubes/manager.hxx b/tubes/inc/tubes/manager.hxx index 8ba3a020ce48..74d04246aea3 100644 --- a/tubes/inc/tubes/manager.hxx +++ b/tubes/inc/tubes/manager.hxx @@ -192,9 +192,6 @@ public: /** Iterate our GMainLoop, blocking, until the callback is done. */ void iterateLoop( const TeleConference* pConference, ConferenceCallBackInvokedFunc pFunc ); - /** Iterate our GMainLoop, non-blocking, until nothing pending. */ - void flushLoop() const; - /// "LibreOfficeWhatEver" static rtl::OString getFullClientName(); |