remove Rom::LoadFontGraphicsData, unneeded bc of gfx::SnesTo8bppSheet

This commit is contained in:
scawful
2024-07-29 12:41:16 -04:00
parent 2495f62b51
commit 2f3220e4e3
2 changed files with 0 additions and 66 deletions

View File

@@ -164,11 +164,6 @@ class Rom : public core::ExperimentFlags {
*/
absl::Status LoadAllGraphicsData();
/**
* @brief Loads the font graphics data from the Rom.
*/
absl::Status LoadFontGraphicsData();
/**
* Load Rom data from a file.
*