mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-13 07:05:12 +01:00
Dead code - remove
This commit is contained in:
parent
b9880faf01
commit
89dcf0318d
@ -124,8 +124,7 @@ public:
|
|||||||
Frodo();
|
Frodo();
|
||||||
void ArgvReceived(int argc, char **argv);
|
void ArgvReceived(int argc, char **argv);
|
||||||
void ReadyToRun(void);
|
void ReadyToRun(void);
|
||||||
static Prefs *reload_prefs(void);
|
|
||||||
static char* get_prefs_path() { return prefs_path; };
|
|
||||||
private:
|
private:
|
||||||
void load_rom(const char *which, const char *path, uint8 *where, size_t size, const uint8 *builtin);
|
void load_rom(const char *which, const char *path, uint8 *where, size_t size, const uint8 *builtin);
|
||||||
void load_rom_files();
|
void load_rom_files();
|
||||||
|
@ -105,14 +105,6 @@ void Frodo::ReadyToRun(void)
|
|||||||
delete TheC64;
|
delete TheC64;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Prefs *Frodo::reload_prefs(void)
|
|
||||||
{
|
|
||||||
static Prefs newprefs;
|
|
||||||
newprefs.Load(PREFS_PATH);
|
|
||||||
return &newprefs;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Determine whether path name refers to a directory
|
* Determine whether path name refers to a directory
|
||||||
*/
|
*/
|
||||||
|
@ -145,15 +145,6 @@ void Frodo::ReadyToRun(void)
|
|||||||
delete TheC64;
|
delete TheC64;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Prefs *Frodo::reload_prefs(void)
|
|
||||||
{
|
|
||||||
static Prefs newprefs;
|
|
||||||
newprefs.Load(prefs_path);
|
|
||||||
return &newprefs;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Determine whether path name refers to a directory
|
* Determine whether path name refers to a directory
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user