diff options
author | 2015-07-29 22:48:17 -0700 | |
---|---|---|
committer | 2015-07-29 22:48:17 -0700 | |
commit | 9a56c3c76c80fa718440efb897c3bb2f02a6b09a (patch) | |
tree | 9a6d973dbdd085702dc3be1390048145d789a8d2 /src/mess/includes | |
parent | 918f4633bf043ed4656998885d646d45f87ce2d3 (diff) |
remove undefined and unused function
Diffstat (limited to 'src/mess/includes')
-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); |