diff options
author | Max Kellermann <max@duempel.org> | 2012-03-21 20:55:18 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-03-21 21:18:11 +0100 |
commit | 9ec9a8705e667280a69abf8f963db8e4ec8f4cd2 (patch) | |
tree | 166fdff7360a8e72c43a160522959c34df147fc5 /test/test_pcm_all.h | |
parent | 170635e3a6fbbdb2274f6ecd164c2c363d4e80b4 (diff) | |
download | mpd-9ec9a8705e667280a69abf8f963db8e4ec8f4cd2.tar.gz mpd-9ec9a8705e667280a69abf8f963db8e4ec8f4cd2.tar.xz mpd-9ec9a8705e667280a69abf8f963db8e4ec8f4cd2.zip |
pcm_export: use the byte_reverse library directly
Delete the now-unused pcm_byteswap library, and optimize the
pcm_export_state object.
Diffstat (limited to '')
-rw-r--r-- | test/test_pcm_all.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/test_pcm_all.h b/test/test_pcm_all.h index 2217baf39..14e4c2980 100644 --- a/test/test_pcm_all.h +++ b/test/test_pcm_all.h @@ -38,10 +38,4 @@ test_pcm_channels_16(void); void test_pcm_channels_32(void); -void -test_pcm_byteswap_16(void); - -void -test_pcm_byteswap_32(void); - #endif |