remove unused all gfx routine

This commit is contained in:
Justin Scofield
2022-07-18 06:37:52 -04:00
parent e4e9e6c9aa
commit 237e4ede38
2 changed files with 5 additions and 43 deletions

View File

@@ -40,7 +40,6 @@ class ROM {
uint GetGraphicsAddress(uint8_t id) const;
SDL_Texture* DrawGraphicsSheet(int offset);
void DrawAllGraphicsData();
char* CreateAllGfxDataRaw();
gfx::SNESPalette ExtractPalette(uint addr, int bpp);
uchar* data() { return current_rom_; }