armbox eplayer: remove writeReverseData (unused)

This commit is contained in:
max_10
2018-01-04 00:56:28 +01:00
committed by Thilo Graf
parent d2bb71dcab
commit e6c29f2545
33 changed files with 11 additions and 100 deletions

View File

@@ -150,7 +150,7 @@ static int writeData(void *_call)
}
/* ***************************** */
/* Writer Definition */
/* Writer Definition */
/* ***************************** */
static WriterCaps_t capsWMAPRO =
@@ -167,7 +167,6 @@ struct Writer_s WriterAudioWMAPRO =
{
&reset,
&writeData,
NULL,
&capsWMAPRO
};
@@ -185,6 +184,5 @@ struct Writer_s WriterAudioWMA =
{
&reset,
&writeData,
NULL,
&capsWMA
};