From 9c3a20dfc1c852f69e89484932f8a3dbbaa0439f Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 15 Nov 2004 05:19:38 +0000 Subject: [PATCH] remove playing_sounds --- stepmania/src/RageSoundManager.h | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/RageSoundManager.h b/stepmania/src/RageSoundManager.h index 1ce223b6b2..5b3860c866 100644 --- a/stepmania/src/RageSoundManager.h +++ b/stepmania/src/RageSoundManager.h @@ -15,7 +15,6 @@ class RageSoundManager /* Set of sounds that we've taken over (and are responsible for deleting * when they're finished playing): */ set owned_sounds; - set playing_sounds; /* A list of all sounds that currently exist. */ set all_sounds;