Remove Emulator::RenderCpuState

This commit is contained in:
scawful
2024-04-17 20:34:37 -04:00
parent 597d3bac38
commit a18b6db285
2 changed files with 0 additions and 14 deletions

View File

@@ -33,7 +33,6 @@ class Emulator : public SharedRom {
void RenderEmulator();
void RenderSnesPpu();
void RenderBreakpointList();
void RenderCpuState(Cpu& cpu);
void RenderMemoryViewer();
struct Bookmark {