From b198dcee907008dc17adb92ff9b25193933e5b81 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 3 Aug 2003 03:32:47 +0000 Subject: [PATCH] remove unused Entry::caprice --- stepmania/src/Course.cpp | 1 - stepmania/src/Course.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmania/src/Course.cpp b/stepmania/src/Course.cpp index 81f312d99a..facdaf1337 100644 --- a/stepmania/src/Course.cpp +++ b/stepmania/src/Course.cpp @@ -507,7 +507,6 @@ void Course::GetCourseInfo( NotesType nt, vector &ci, int Difficul pNotes = pSong->GetNotes( nt, e.difficulty, PREFSMAN->m_bAutogenMissingTypes ); } break; - case Entry::caprice: case Entry::random: case Entry::random_within_group: { diff --git a/stepmania/src/Course.h b/stepmania/src/Course.h index 589435cd8a..97ead58f56 100644 --- a/stepmania/src/Course.h +++ b/stepmania/src/Course.h @@ -22,7 +22,7 @@ class Steps; class Course { struct Entry { - enum Type { fixed, random, random_within_group, best, worst, caprice } type; + enum Type { fixed, random, random_within_group, best, worst } type; bool mystery; // show "??????" Song* pSong; // used in type=fixed CString group_name; // used in type=random_within_group