libeplayer3: remove writeReverseData (unused)

This commit is contained in:
martii
2014-04-05 17:50:22 +02:00
parent 492b7f1b8d
commit aa98de5993
12 changed files with 0 additions and 43 deletions

View File

@@ -133,7 +133,6 @@ static WriterCaps_t caps_mp3 = {
struct Writer_s WriterAudioMP3 = {
&reset,
&writeData,
NULL,
&caps_mp3
};
@@ -147,7 +146,6 @@ static WriterCaps_t caps_mpegl3 = {
struct Writer_s WriterAudioMPEGL3 = {
&reset,
&writeData,
NULL,
&caps_mpegl3
};
@@ -161,6 +159,5 @@ static WriterCaps_t caps_vorbis = {
struct Writer_s WriterAudioVORBIS = {
&reset,
&writeData,
NULL,
&caps_vorbis
};