summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/samples.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/samples.h')
-rw-r--r--src/devices/sound/samples.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/devices/sound/samples.h b/src/devices/sound/samples.h
index e7c2e5660fa..073fc3ae180 100644
--- a/src/devices/sound/samples.h
+++ b/src/devices/sound/samples.h
@@ -2,8 +2,6 @@
// copyright-holders:Aaron Giles
/***************************************************************************
- samples.h
-
Sound device for sample playback.
***************************************************************************/
@@ -169,7 +167,7 @@ public:
private:
// internal state
samples_device &m_samples;
- int m_current;
+ int m_current;
};
#endif // MAME_SOUND_SAMPLES_H