summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2014-04-12 21:49:52 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2014-04-12 21:49:52 +0000
commitef4747d94e7c43b1d153326f22bfd404943502fe (patch)
treeb7c28420f7fe419f99cd731ab81934a4eb1bcda7
parent24026e123e547b8e7c59d67f95c32f4679aebb96 (diff)
Clang fix (nw)
-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;