Remove unused methods

This commit is contained in:
scawful
2022-07-09 16:51:27 -04:00
parent c49e83839c
commit 56ed97951c
2 changed files with 0 additions and 98 deletions

View File

@@ -34,13 +34,11 @@ class ROM {
int GetPCGfxAddress(uint8_t id);
char* CreateAllGfxDataRaw();
void CreateAllGraphicsData(uchar* allGfx16Ptr);
uchar* data() { return current_rom_; }
auto Renderer() { return sdl_renderer_; }
const uchar* getTitle() const { return title; }
long getSize() const { return size_; }
char getVersion() const { return version_; }
bool isLoaded() const { return is_loaded_; }
private: