From 512e889d29a70730343c7ce4694877f08889105e Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 30 Nov 2006 01:41:00 +0000 Subject: [PATCH] cleanup --- stepmania/src/RageSoundPosMap.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepmania/src/RageSoundPosMap.h b/stepmania/src/RageSoundPosMap.h index 0521ab3bbf..65919ddf9c 100644 --- a/stepmania/src/RageSoundPosMap.h +++ b/stepmania/src/RageSoundPosMap.h @@ -3,7 +3,6 @@ #ifndef RAGE_SOUND_POS_MAP_H #define RAGE_SOUND_POS_MAP_H -/* This class maps one range of frames to another. */ struct pos_map_impl; class pos_map_queue { @@ -28,7 +27,6 @@ private: pos_map_impl *m_pImpl; }; - #endif /*