diff options
Diffstat (limited to 'Swift/QtUI/QtSoundPlayer.cpp')
-rw-r--r-- | Swift/QtUI/QtSoundPlayer.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Swift/QtUI/QtSoundPlayer.cpp b/Swift/QtUI/QtSoundPlayer.cpp index 9860bc2..7fd6564 100644 --- a/Swift/QtUI/QtSoundPlayer.cpp +++ b/Swift/QtUI/QtSoundPlayer.cpp @@ -34,8 +34,4 @@ void QtSoundPlayer::playSound(const String& soundResource) { } } -bool QtSoundPlayer::isAvailable() const { - return QSound::isAvailable(); -} - } |