summaryrefslogtreecommitdiff
path: root/tubes/qa
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2012-03-23 11:22:05 +0000
committerMatúš Kukan <matus.kukan@gmail.com>2012-07-17 16:39:46 +0200
commitcbe4cb777259643bb8552c8365adbba2fa1602a8 (patch)
tree270c96e01c0413a89cab77b64bc2517ca6431e8b /tubes/qa
parent68c9cc5f2554ef424f2b06998dcc40bc869526f6 (diff)
tubes test: remove an unused function
Diffstat (limited to 'tubes/qa')
-rw-r--r--tubes/qa/test_manager.cxx9
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);