diff options
Diffstat (limited to 'src/emu/ui/ui.h')
-rw-r--r-- | src/emu/ui/ui.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/ui/ui.h b/src/emu/ui/ui.h index 1e7751e8118..c50d444120e 100644 --- a/src/emu/ui/ui.h +++ b/src/emu/ui/ui.h @@ -103,8 +103,7 @@ struct slider_state INT32 defval; /* default value */ INT32 maxval; /* maximum value */ INT32 incval; /* increment value */ - bool hidden; /* hidden or not */ - INT32 id; /* unique identifier */ + int id; char description[1]; /* textual description */ }; |