From d7cb90722f2cbda4c10c1552248a54633d30820c Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Fri, 28 Sep 2007 11:12:45 +0000 Subject: Get the plugins synced up with the threading changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14881 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/test_codec.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'apps/plugins/test_codec.c') 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) /* Signal to the main thread that we are done */ codec_playing = false; - - /* Commit suicide */ - rb->remove_thread(NULL); } static unsigned char* codec_stack; -- cgit v1.2.3