diff options
| author | Lioncash <mathew1800@gmail.com> | 2017-04-03 06:12:38 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2017-04-03 06:34:49 -0400 |
| commit | b67968c3d89d7c88cee10e110656d14fcb2d2622 (patch) | |
| tree | dbcfc6a5eec5dedbf914d31db6b7da8805884016 /Source | |
| parent | c457ee499511f1cfd74f2cbb954f562ddba613a8 (diff) | |
Core: Remove unimplemented function prototype SetBlockStart
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/Core/Core.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/Core/Core.h b/Source/Core/Core/Core.h index ee8b6d6434..6d23e8bc84 100644 --- a/Source/Core/Core/Core.h +++ b/Source/Core/Core/Core.h @@ -66,8 +66,6 @@ void DisplayMessage(const std::string& message, int time_in_ms); std::string GetStateFileName(); void SetStateFileName(const std::string& val); -void SetBlockStart(u32 addr); - void FrameUpdateOnCPUThread(); bool ShouldSkipFrame(int skipped); |
