diff options
-rw-r--r-- | src/mess/includes/coco.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mess/includes/coco.h b/src/mess/includes/coco.h index a43af0d40f0..e87f5b2f8ed 100644 --- a/src/mess/includes/coco.h +++ b/src/mess/includes/coco.h @@ -208,7 +208,6 @@ private: bool is_joystick_hires(int joystick_index); soundmux_status_t soundmux_status(void); - UINT8 sound_value(void); void update_sound(void); bool joyin(void); void poll_joystick(bool *joyin, UINT8 *buttons); |