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 /*