remove unused Entry::caprice
This commit is contained in:
@@ -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:
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user