summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/slider.h
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-09-20 19:17:30 -0400
committer AJR <ajrhacker@users.noreply.github.com>2017-09-20 19:17:44 -0400
commit5a33773e731929b198de0478641824d472884c12 (patch)
tree25e06f72b6df6a183b624cc28b37ad16f836957d /src/frontend/mame/ui/slider.h
parente1f27368f90cc346c2d70442f24c2885880fbc8b (diff)
Culling a bit of structural deadwood (nw)
Diffstat (limited to 'src/frontend/mame/ui/slider.h')
-rw-r--r--src/frontend/mame/ui/slider.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/frontend/mame/ui/slider.h b/src/frontend/mame/ui/slider.h
index 5e0613743aa..7c8a1000961 100644
--- a/src/frontend/mame/ui/slider.h
+++ b/src/frontend/mame/ui/slider.h
@@ -24,7 +24,6 @@ typedef std::function<int32_t(running_machine&, void*, int, std::string*, int32_
struct slider_state
{
- slider_state * next; /* pointer to next slider */
slider_update update; /* callback */
void * arg; /* argument */
int32_t minval; /* minimum value */