diff options
Diffstat (limited to 'Swift/Controllers/SoundPlayer.h')
-rw-r--r-- | Swift/Controllers/SoundPlayer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Swift/Controllers/SoundPlayer.h b/Swift/Controllers/SoundPlayer.h index 1d7f94d..b71d759 100644 --- a/Swift/Controllers/SoundPlayer.h +++ b/Swift/Controllers/SoundPlayer.h @@ -12,6 +12,5 @@ namespace Swift { virtual ~SoundPlayer() {}; enum SoundEffect{MessageReceived}; virtual void playSound(SoundEffect sound) = 0; - virtual bool isAvailable() const = 0; }; } |