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
@@ -48,8 +48,6 @@ public:
void SetChunkProvider(ChunkProvider* provider);
virtual status_t Perform(perform_code code, void* data);
private:
ChunkProvider* fChunkProvider;
-2
View File
@@ -80,8 +80,6 @@ public:
void SetChunkWriter(ChunkWriter* writer);
virtual status_t Perform(perform_code code, void* data);
private:
ChunkWriter* fChunkWriter;
-2
View File
@@ -52,8 +52,6 @@ public:
BDataIO* Source() const;
virtual status_t Perform(perform_code code, void* data);
private:
void _Setup(BDataIO* source);
-2
View File
@@ -39,8 +39,6 @@ public:
BDataIO* Target() const;
virtual status_t Perform(perform_code code, void* data);
private:
void _Setup(BDataIO* target);