diff --git a/stepmania/src/NoteData.h b/stepmania/src/NoteData.h index 8f596eaaf0..dea240f583 100644 --- a/stepmania/src/NoteData.h +++ b/stepmania/src/NoteData.h @@ -36,7 +36,6 @@ public: typedef bool (*IteratorCond)( const TapNote& ); // This is ugly to make it templated but I don't want to have to write the same class twice. - //friend template class _all_tracks_iterator; template class _all_tracks_iterator {