summaryrefslogtreecommitdiff
path: root/apps/plugins/test_codec.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2007-09-28 11:12:45 +0000
committerMichael Sevakis <jethead71@rockbox.org>2007-09-28 11:12:45 +0000
commitd7cb90722f2cbda4c10c1552248a54633d30820c (patch)
tree99521bf3557f7ad9f59d7084f84658afa91deb8d /apps/plugins/test_codec.c
parenta13a1d5492ce30c51f4b2277819d2a6736705c90 (diff)
downloadrockbox-d7cb90722f2cbda4c10c1552248a54633d30820c.tar.gz
rockbox-d7cb90722f2cbda4c10c1552248a54633d30820c.zip
Get the plugins synced up with the threading changes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14881 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/test_codec.c')
-rw-r--r--apps/plugins/test_codec.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c
index 94be6b7397..4e671094c8 100644
--- a/apps/plugins/test_codec.c
+++ b/apps/plugins/test_codec.c
@@ -493,9 +493,6 @@ static void codec_thread(void)
493 493
494 /* Signal to the main thread that we are done */ 494 /* Signal to the main thread that we are done */
495 codec_playing = false; 495 codec_playing = false;
496
497 /* Commit suicide */
498 rb->remove_thread(NULL);
499} 496}
500 497
501static unsigned char* codec_stack; 498static unsigned char* codec_stack;