Core: Remove unimplemented function prototype SetBlockStart

This commit is contained in:
Lioncash 2017-04-03 06:12:38 -04:00
parent c457ee4995
commit b67968c3d8
1 changed files with 0 additions and 2 deletions

View File

@ -66,8 +66,6 @@ void DisplayMessage(const std::string& message, int time_in_ms);
std::string GetStateFileName(); std::string GetStateFileName();
void SetStateFileName(const std::string& val); void SetStateFileName(const std::string& val);
void SetBlockStart(u32 addr);
void FrameUpdateOnCPUThread(); void FrameUpdateOnCPUThread();
bool ShouldSkipFrame(int skipped); bool ShouldSkipFrame(int skipped);