Code police - codecs shouldn't call GUI functions

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13341 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2007-05-07 10:34:10 +00:00
parent e22f22b599
commit a8b7967055

View file

@ -288,8 +288,6 @@ int speex_seek_page_granule(spx_int64_t pos, spx_int64_t curpos,
LOGF("Seek failed:%d\n", offset);
ci->splash(HZ*2, "Seek failed");
return -1;
}