From fab4cda5ff86d72417c0b166e4fde57485c03435 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Mon, 9 May 2011 23:35:21 -0400 Subject: [PATCH] [splittiming] Comment cleanup. --- src/NotesLoaderSSC.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/NotesLoaderSSC.cpp b/src/NotesLoaderSSC.cpp index 8af0e084ea..dde0d86e4a 100644 --- a/src/NotesLoaderSSC.cpp +++ b/src/NotesLoaderSSC.cpp @@ -21,9 +21,6 @@ const int MAX_EDIT_STEPS_SIZE_BYTES = 60*1024; // 60 KB /** * @brief Attempt to load any background changes in use by this song. - * - * This code is right now copied from NotesLoaderSM. There may be a time - * when we add to this code, or perhaps just refactor it properly. * @param change a reference to the background change. * @param sBGChangeExpression a reference to the list of changes to be made. * @return its success or failure.