diff options
| author | 2014-04-06 10:49:11 +0000 | |
|---|---|---|
| committer | 2014-04-06 10:49:11 +0000 | |
| commit | a6cab66da58350f99e09b21345bbc4656973c29d (patch) | |
| tree | c9fc1fc2eaa0a7526fe3d951a9c25285452c0580 | |
| parent | 2450afd21bd35a30beae3bce6ee3346aec5bdc4c (diff) | |
Fixed build. (nw)
| -rw-r--r-- | src/emu/ui/imgcntrl.h | 2 |
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; |
