summaryrefslogtreecommitdiff
path: root/apps/playback.c
diff options
context:
space:
mode:
authorSteve Bavin <pondlife@pondlife.me>2006-11-01 19:35:53 +0000
committerSteve Bavin <pondlife@pondlife.me>2006-11-01 19:35:53 +0000
commite5f43ebabad1bec0ea68fc8bb34b0273a228e281 (patch)
tree2ae5feebd3de78b0ebcedb8e80fb0984d969e449 /apps/playback.c
parentfaace1eae44e884d9c505ad17f007ba4eed2eba4 (diff)
downloadrockbox-e5f43ebabad1bec0ea68fc8bb34b0273a228e281.tar.gz
rockbox-e5f43ebabad1bec0ea68fc8bb34b0273a228e281.zip
Remove unwanted logf
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11414 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/playback.c')
-rw-r--r--apps/playback.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/playback.c b/apps/playback.c
index 1f1852b959..04096b0fea 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -614,7 +614,6 @@ void audio_set_crossfade(int enable)
614 enable = 0; 614 enable = 0;
615 size = NATIVE_FREQUENCY*2; 615 size = NATIVE_FREQUENCY*2;
616#endif 616#endif
617 logf("%ld->%ld", (long) pcmbuf_get_bufsize(), (long) size);
618 if (pcmbuf_get_bufsize() == size) 617 if (pcmbuf_get_bufsize() == size)
619 return ; 618 return ;
620 619