Clean up the code.

This commit is contained in:
Jonathan Naylor
2017-04-29 09:55:49 +01:00
parent 2fd934fd6a
commit a66db5d32a
5 changed files with 16 additions and 25 deletions

View File

@@ -25,11 +25,9 @@
class CRewrite {
public:
CRewrite();
CRewrite(unsigned int slot, unsigned int tg);
~CRewrite();
void setParams(unsigned int slot, unsigned int tg);
void process(CDMRData& data);
private: