summaryrefslogtreecommitdiff
path: root/tests/test-dribble.c
diff options
context:
space:
mode:
authorRohan Garg <rohangarg@kubuntu.org>2012-02-19 01:42:32 +0530
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2012-02-20 21:56:46 -0500
commit2691d5582aa13fc87a26e430cac47d2da77d160d (patch)
treeca2a3ccbea7f6ea7e536e6c75842dd8ab35fb027 /tests/test-dribble.c
parent3da890d46c489b26861c81405caef7e45c153198 (diff)
downloadlibnice-2691d5582aa13fc87a26e430cac47d2da77d160d.tar.gz
Remove redundant code from tests
Diffstat (limited to 'tests/test-dribble.c')
-rw-r--r--tests/test-dribble.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/test-dribble.c b/tests/test-dribble.c
index 8e6343b..bf5bd92 100644
--- a/tests/test-dribble.c
+++ b/tests/test-dribble.c
@@ -150,14 +150,6 @@ static void cb_component_state_changed (NiceAgent *agent, guint stream_id, guint
return;
}
-#if 0
- /* signal status via a global variable */
- if (global_components_failed == global_components_failed_exit) {
- g_main_loop_quit (global_mainloop);
- return;
- }
-#endif
-
/* XXX: dear compiler, these are for you: */
(void)agent; (void)stream_id; (void)data; (void)component_id;
}