summaryrefslogtreecommitdiff
path: root/src/sound_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-03-05 18:00:48 +0000
committerrubidium <rubidium@openttd.org>2011-03-05 18:00:48 +0000
commitf90044d343ff97ca54c09e9f5360eba87744b613 (patch)
tree86c4c198468833f166103cb5011f15c3e60d4641 /src/sound_type.h
parentbaaf3cd837fb9af8b47fb91e093150b9058b6740 (diff)
downloadopenttd-f90044d343ff97ca54c09e9f5360eba87744b613.tar.xz
(svn r22202) -Codechange: make MusicFileSettings a proper citizen of the client settings
Diffstat (limited to 'src/sound_type.h')
-rw-r--r--src/sound_type.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/sound_type.h b/src/sound_type.h
index 1190dec1d..4eac434f3 100644
--- a/src/sound_type.h
+++ b/src/sound_type.h
@@ -12,16 +12,6 @@
#ifndef SOUND_TYPE_H
#define SOUND_TYPE_H
-struct MusicFileSettings {
- byte playlist;
- byte music_vol;
- byte effect_vol;
- byte custom_1[33];
- byte custom_2[33];
- bool playing;
- bool shuffle;
-};
-
struct SoundEntry {
uint8 file_slot;
size_t file_offset;