diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-08-21 08:23:32 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-08-21 08:24:00 (GMT) |
commit | 7fd66adfe9f3a92cd55e70b7478432d1f9030c4b (patch) | |
tree | eeb3fa95211c61f9e46572693df82aa1529da55d /Swift/Controllers | |
parent | bbb8227780c0faff81cab2ff91f4418c04b72ad1 (diff) | |
download | swift-7fd66adfe9f3a92cd55e70b7478432d1f9030c4b.zip swift-7fd66adfe9f3a92cd55e70b7478432d1f9030c4b.tar.bz2 |
Revert "Added SoundPlayer::isAvailable."
Diffstat (limited to 'Swift/Controllers')
-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; }; } |