diff options
| author | Miika Pekkarinen <miipekk@ihme.org> | 2005-07-16 06:28:14 +0000 |
|---|---|---|
| committer | Miika Pekkarinen <miipekk@ihme.org> | 2005-07-16 06:28:14 +0000 |
| commit | ed6a271dfc674eb2e40b7e7c2a7ab2ee871a722a (patch) | |
| tree | 3b090fc4487f73d559b1a84e61473f5624093919 | |
| parent | cda55bbd6f301315193adad04fa020d99c2f087d (diff) | |
| download | rockbox-ed6a271dfc674eb2e40b7e7c2a7ab2ee871a722a.zip rockbox-ed6a271dfc674eb2e40b7e7c2a7ab2ee871a722a.tar.gz rockbox-ed6a271dfc674eb2e40b7e7c2a7ab2ee871a722a.tar.bz2 rockbox-ed6a271dfc674eb2e40b7e7c2a7ab2ee871a722a.tar.xz | |
Removed the bogus debugf.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7172 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/dsp.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -358,7 +358,6 @@ bool dsp_configure(int setting, void *value) { switch (setting) { case DSP_SET_FREQUENCY: - debugf("set frequency: %d\n", (int)value); if ((int)value == 0) { dsp_config.frequency = NATIVE_FREQUENCY; break ; |