Clean up the YSF code a little more.

This commit is contained in:
Jonathan Naylor
2016-05-12 17:44:08 +01:00
parent 2701506c44
commit 55010aaaf6
4 changed files with 0 additions and 50 deletions

View File

@@ -66,8 +66,6 @@ private:
bool openFile();
bool writeFile(const unsigned char* data);
void closeFile();
unsigned int calculateBER(const unsigned char* orig, const unsigned char* curr, unsigned int length) const;
};
#endif