armbox eplayer: remove writeReverseData (unused)

Origin commit data
------------------
Branch: master
Commit: 660d7a26dc
Author: max_10 <max_10@gmx.de>
Date: 2018-01-04 (Thu, 04 Jan 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2018-01-04 00:56:28 +01:00
committed by TangoCash
parent c4b07217d9
commit a4dc483f0b
33 changed files with 11 additions and 100 deletions

View File

@@ -39,7 +39,6 @@ typedef struct Writer_s
{
int (* reset)();
int (* writeData)(void *);
int (* writeReverseData)(void *);
WriterCaps_t *caps;
} Writer_t;