diff --git a/SQF/dayz_sfx/CfgMusic.hpp b/SQF/dayz_sfx/CfgMusic.hpp index e6338ee41..8c5c105c3 100644 --- a/SQF/dayz_sfx/CfgMusic.hpp +++ b/SQF/dayz_sfx/CfgMusic.hpp @@ -10,12 +10,6 @@ class CfgMusic name = "DayZTrackDeath"; sound[] = {"\dayz_sfx\tracks\track_death_1.ogg", db+0, 1.0}; }; - class dayz_track_intro_1 - { - name = "DayZTrackIntro"; - sound[] = {"\dayz_sfx\tracks\track_intro_1.ogg", db+0, 1.0}; - duration = ; - }; class z_suspense_0 { name = ""; diff --git a/SQF/dayz_sfx/CfgSounds.hpp b/SQF/dayz_sfx/CfgSounds.hpp index 28789e28c..f0958b8ac 100644 --- a/SQF/dayz_sfx/CfgSounds.hpp +++ b/SQF/dayz_sfx/CfgSounds.hpp @@ -9,11 +9,6 @@ class CfgSounds { sound[] = {"\dayz_sfx\effects\chopwood.ogg", 0.1, 1, 50}; titles[] = {}; }; - class z_minestone_0 { - name = ""; - sound[] = {"\dayz_sfx\effects\minestone.ogg", 0.1, 1, 50}; - titles[] = {}; - }; class heartbeat_1 { name = ""; sound[] = {"\dayz_sfx\effects\heartbeat_1",0.8,1,30};