diff options
author | 2016-08-08 19:26:27 -0400 | |
---|---|---|
committer | 2016-08-09 20:31:34 -0400 | |
commit | f9939f28a8b590c3d444e0ae8fc0ef7a38b7d1f6 (patch) | |
tree | 1259991870e8d2cb0ba8e1ae8ea5264b5abd18e0 /src/emu/image.h | |
parent | 2bac1002b3fce1f1c155f45b1238bfbb79c89890 (diff) |
UI-related cleanup (nw)
- Create class ui::machine_info for holding calculated machine info and generating descriptive strings for the UI. This absorbs a number of unimportant core functions that existed only for the UI's convenience.
Diffstat (limited to 'src/emu/image.h')
-rw-r--r-- | src/emu/image.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/image.h b/src/emu/image.h index 32b8035d14d..4a9e55e4c80 100644 --- a/src/emu/image.h +++ b/src/emu/image.h @@ -23,7 +23,6 @@ public: void unload_all(); void postdevice_init(); - std::string &mandatory_scan(std::string &mandatory); // getters running_machine &machine() const { return m_machine; } |