diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2007-09-28 11:12:45 +0000 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2007-09-28 11:12:45 +0000 |
| commit | d7cb90722f2cbda4c10c1552248a54633d30820c (patch) | |
| tree | 99521bf3557f7ad9f59d7084f84658afa91deb8d /apps/plugins/test_codec.c | |
| parent | a13a1d5492ce30c51f4b2277819d2a6736705c90 (diff) | |
| download | rockbox-d7cb90722f2cbda4c10c1552248a54633d30820c.zip rockbox-d7cb90722f2cbda4c10c1552248a54633d30820c.tar.gz rockbox-d7cb90722f2cbda4c10c1552248a54633d30820c.tar.bz2 rockbox-d7cb90722f2cbda4c10c1552248a54633d30820c.tar.xz | |
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.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c index 94be6b7..4e67109 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; |