diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2011-08-14 15:43:43 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2011-08-14 15:43:43 +0000 |
| commit | b8fabfef8455166361144428a10e3a5d6bf5466b (patch) | |
| tree | 89695362c0dc201fe20c3d1b15cc5195f1240758 /apps/mpeg.c | |
| parent | 8a701e5488989944f120f0c37848de24fbeff455 (diff) | |
| download | rockbox-b8fabfef8455166361144428a10e3a5d6bf5466b.zip rockbox-b8fabfef8455166361144428a10e3a5d6bf5466b.tar.gz rockbox-b8fabfef8455166361144428a10e3a5d6bf5466b.tar.bz2 rockbox-b8fabfef8455166361144428a10e3a5d6bf5466b.tar.xz | |
Fix remaining problems.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30311 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/mpeg.c')
| -rw-r--r-- | apps/mpeg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/mpeg.c b/apps/mpeg.c index 5e2816f..6dd55b7 100644 --- a/apps/mpeg.c +++ b/apps/mpeg.c @@ -2650,7 +2650,6 @@ void audio_set_recording_gain(int left, int right, int type) void audio_init_recording(void) { /* a dummy */ - (void)buffer_offset; } void audio_set_recording_options(struct audio_recording_options *options) { |