summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/info.h
diff options
context:
space:
mode:
author npwoods <npwoods@mess.org>2019-08-05 11:03:50 -0400
committer npwoods <npwoods@mess.org>2019-08-05 11:03:50 -0400
commit12e0982f3cdb8d1683884847ad628663407706b7 (patch)
tree82e966b039e1578b9e0199381cc4fe9e6789c8fd /src/frontend/mame/ui/info.h
parent95a9220722902440a425dc82ae47a7026082d182 (diff)
Changed mechanisms for overriding the mandatory file manager
- Removed the -skip_mandatory_fileman command line option - Created an emu.register_mandatory_file_manager_override() LUA function to allow LUA plugins to substitute the mandatory file manager
Diffstat (limited to 'src/frontend/mame/ui/info.h')
-rw-r--r--src/frontend/mame/ui/info.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/frontend/mame/ui/info.h b/src/frontend/mame/ui/info.h
index 2aa5b99c63c..a3746ce6b03 100644
--- a/src/frontend/mame/ui/info.h
+++ b/src/frontend/mame/ui/info.h
@@ -76,7 +76,6 @@ public:
// text generators
std::string warnings_string() const;
std::string game_info_string() const;
- std::string mandatory_images() const;
std::string get_screen_desc(screen_device &screen) const;
private: