diff options
author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2008-02-12 20:40:53 +0000 |
---|---|---|
committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2008-02-12 20:40:53 +0000 |
commit | 341188d68d266c1522c278ed425ffea6b4015a2e (patch) | |
tree | 8cc64194778cf3db14bf02fd36f36716067c32e5 /firmware/export/sound.h | |
parent | 99db6dbafe4b151d960499b1dcf032f9e4797dbe (diff) |
move audiohw_postinit to audiohw.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16293 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/sound.h')
-rw-r--r-- | firmware/export/sound.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/export/sound.h b/firmware/export/sound.h index 5933f4cc75..f243e75633 100644 --- a/firmware/export/sound.h +++ b/firmware/export/sound.h @@ -22,8 +22,6 @@ #include <inttypes.h> #include <audiohw.h> -extern void audiohw_postinit(void); - typedef void sound_set_type(int value); const char *sound_unit(int setting); |