summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emu/ui/imgcntrl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/ui/imgcntrl.h b/src/emu/ui/imgcntrl.h
index 88ce795895e..3e09b2cc52c 100644
--- a/src/emu/ui/imgcntrl.h
+++ b/src/emu/ui/imgcntrl.h
@@ -42,7 +42,7 @@ protected:
private:
// instance variables
bool create_confirmed;
- bool softlist_done;
+ //bool softlist_done;
const software_info *swi;
const software_part *swp;
class software_list_device *sld;