remove unused Entry::caprice

This commit is contained in:
Glenn Maynard
2003-08-03 03:32:47 +00:00
parent 1072ef4967
commit b198dcee90
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -507,7 +507,6 @@ void Course::GetCourseInfo( NotesType nt, vector<Course::Info> &ci, int Difficul
pNotes = pSong->GetNotes( nt, e.difficulty, PREFSMAN->m_bAutogenMissingTypes );
}
break;
case Entry::caprice:
case Entry::random:
case Entry::random_within_group:
{
+1 -1
View File
@@ -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