From 077f826afd71a4fc8a90376a2e55e5dc8156e7a1 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Fri, 21 Jul 2006 08:03:13 +0000 Subject: [PATCH] No need for friend. This only uses the public interface. --- stepmania/src/NoteData.h | 1 - 1 file changed, 1 deletion(-) 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 {