aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/facade/SoundContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/facade/SoundContext.h')
-rw-r--r--src/crepe/facade/SoundContext.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/facade/SoundContext.h b/src/crepe/facade/SoundContext.h
index e02977e..91d3fe9 100644
--- a/src/crepe/facade/SoundContext.h
+++ b/src/crepe/facade/SoundContext.h
@@ -28,7 +28,6 @@ public:
void stop(Sound::Handle &);
void set_volume(Sound &, Sound::Handle &, float);
void set_loop(Sound &, Sound::Handle &, bool);
- bool get_playing(Sound::Handle &);
private:
SoLoud::Soloud engine;