sound.h
changeset 2155 aa88ed6fe2e3
parent 1584 aa7fe51c4368
child 2186 461a2aff3486
--- a/sound.h	Thu Jul 21 19:36:43 2005 +0000
+++ b/sound.h	Thu Jul 21 19:46:58 2005 +0000
@@ -12,9 +12,6 @@
 	char extmidi[80];
 } MusicFileSettings;
 
-VARDEF byte _music_wnd_cursong;
-VARDEF bool _song_is_active;
-VARDEF byte _cur_playlist[33];
 VARDEF MusicFileSettings msf;
 
 bool SoundInitialize(const char *filename);