aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/sound.h
diff options
context:
space:
mode:
authorStrangerke2012-06-18 08:24:33 +0200
committerStrangerke2012-06-18 08:24:33 +0200
commite8a6f61f8815fcf36e7a43383695c74b8925993f (patch)
tree26f532bc477fe29ebe304b262af69ceb7ef931d2 /engines/tony/sound.h
parentbb55045cc85e1c9b70bd7267de0b578e6662725b (diff)
downloadscummvm-rg350-e8a6f61f8815fcf36e7a43383695c74b8925993f.tar.gz
scummvm-rg350-e8a6f61f8815fcf36e7a43383695c74b8925993f.tar.bz2
scummvm-rg350-e8a6f61f8815fcf36e7a43383695c74b8925993f.zip
TONY: Remove useless void in function declaration
Diffstat (limited to 'engines/tony/sound.h')
-rw-r--r--engines/tony/sound.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tony/sound.h b/engines/tony/sound.h
index e1f0e40851..4dd00a3028 100644
--- a/engines/tony/sound.h
+++ b/engines/tony/sound.h
@@ -348,8 +348,8 @@ public:
*/
bool play();
- void playFast(void);
- void prefetch(void);
+ void playFast();
+ void prefetch();
/**
* Closes the stream.