diff -r 83ef50815535 -r 64ea345ab655 hedgewars/uSound.pas --- a/hedgewars/uSound.pas Wed Nov 17 17:45:55 2010 +0300 +++ b/hedgewars/uSound.pas Wed Nov 17 20:28:42 2010 +0300 @@ -22,12 +22,6 @@ interface uses SDLh, uConsts, uTypes; -type PVoicepack = ^TVoicepack; - TVoicepack = record - name: shortstring; - chunks: array [TSound] of PMixChunk; - end; - var MusicFN: shortstring; procedure initModule;