From 141fd9b9b5b02257521e41e71562bed6da2523dc Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Tue, 21 Mar 2023 00:37:04 -0400 Subject: Purification par le feu --- song.cpp | 54 ------------------------------------------------------ 1 file changed, 54 deletions(-) delete mode 100644 song.cpp (limited to 'song.cpp') diff --git a/song.cpp b/song.cpp deleted file mode 100644 index 24d0b67..0000000 --- a/song.cpp +++ /dev/null @@ -1,54 +0,0 @@ -#include "song.h" - -Song::Song(std::string chartFile) { - // TODO: import and parse chartFile -} - -Song::~Song() {}; - -void Song::consolidate() { - int totalSize = chords.size(); - // Check each chord against every other chord - for (int i=0; i Song::getChords() { - return chords; -} -- cgit v1.2.3