diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2012-03-23 11:22:05 +0000 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-17 16:39:46 +0200 |
commit | cbe4cb777259643bb8552c8365adbba2fa1602a8 (patch) | |
tree | 270c96e01c0413a89cab77b64bc2517ca6431e8b /tubes/qa | |
parent | 68c9cc5f2554ef424f2b06998dcc40bc869526f6 (diff) |
tubes test: remove an unused function
Diffstat (limited to 'tubes/qa')
-rw-r--r-- | tubes/qa/test_manager.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tubes/qa/test_manager.cxx b/tubes/qa/test_manager.cxx index 236b23df8733..8ca3b9fb9b72 100644 --- a/tubes/qa/test_manager.cxx +++ b/tubes/qa/test_manager.cxx @@ -154,15 +154,6 @@ TestTeleTubes::~TestTeleTubes() mpMainLoop = NULL; } -static void TeleTestTubes_ContactListPrepared( GError *errorOr0, void *user_data ) -{ - TestTeleTubes *self = reinterpret_cast<TestTeleTubes *>(user_data); - - CPPUNIT_ASSERT( errorOr0 == 0 ); - - g_main_loop_quit (self->mpMainLoop); -} - void TestTeleTubes::spinMainLoop() { g_main_loop_run( mpMainLoop); |