summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/emu/ui/filesel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/ui/filesel.h b/src/emu/ui/filesel.h
index 995f9020e0a..6e7e34cdc59 100644
--- a/src/emu/ui/filesel.h
+++ b/src/emu/ui/filesel.h
@@ -85,7 +85,7 @@ private:
astring & m_current_directory;
astring & m_current_file;
bool m_has_empty;
- bool m_has_softlist;
+// bool m_has_softlist;
bool m_has_create;
int * m_result;
file_selector_entry * m_entrylist;