Remove old functions from header

This commit is contained in:
tomcw 2016-02-16 22:11:19 +00:00
parent ccac0a562d
commit 7f50288bd9

View File

@ -48,8 +48,6 @@ public:
static void SetCLK( double CLK ) { m_fCurrentCLK_AY8910 = CLK; }
void SaveSnapshot(class YamlSaveHelper& yamlSaveHelper, std::string& suffix);
bool LoadSnapshot(class YamlLoadHelper& yamlLoadHelper, std::string& suffix);
UINT GetSnapshot(const HANDLE hFile);
UINT SetSnapshot(const HANDLE hFile);
private:
void init( void );