Remove unused rom_file flag and version method from Rom class

This commit is contained in:
scawful
2025-04-05 14:07:07 -04:00
parent f3bb4e2358
commit 3e1dd19d48
2 changed files with 0 additions and 2 deletions

View File

@@ -13,7 +13,6 @@
*/
using namespace yaze;
DECLARE_FLAG(std::string, rom_file);
DEFINE_FLAG(std::string, rom_file, "", "The ROM file to load.");
int main(int argc, char** argv) {