aboutsummaryrefslogtreecommitdiff
path: root/saga
diff options
context:
space:
mode:
Diffstat (limited to 'saga')
-rw-r--r--saga/sound.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/saga/sound.cpp b/saga/sound.cpp
index 30a05b08d1..6747c266f6 100644
--- a/saga/sound.cpp
+++ b/saga/sound.cpp
@@ -70,9 +70,6 @@ Sound::~Sound() {
}
int Sound::play(int sound_rn, int channel) {
- int resource_size;
- char *resource_data;
-
if (!_soundInitialized) {
return R_FAILURE;
}