codec_kit: Remove Perform

* Undocumented and apparently unuseful pattern.
This commit is contained in:
Barrett17
2018-11-17 18:42:50 +01:00
parent 9d90a8381d
commit a9ccd74af7
8 changed files with 0 additions and 36 deletions
-2
View File
@@ -80,8 +80,6 @@ public:
void SetChunkWriter(ChunkWriter* writer);
virtual status_t Perform(perform_code code, void* data);
private:
ChunkWriter* fChunkWriter;