From 7f50288bd998be34ea3b37f0690e032eb39f6b85 Mon Sep 17 00:00:00 2001 From: tomcw Date: Tue, 16 Feb 2016 22:11:19 +0000 Subject: [PATCH] Remove old functions from header --- source/AY8910.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/AY8910.h b/source/AY8910.h index ea2596e6..31ad9a15 100644 --- a/source/AY8910.h +++ b/source/AY8910.h @@ -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 );