Remove unnecessary CACHED_REGISTER_CLASS.
This commit is contained in:
@@ -21,8 +21,6 @@
|
||||
|
||||
static Preference<int> MAX_SONGS_IN_EDIT_COURSE( "MaxSongsInEditCourse", -1 );
|
||||
|
||||
CACHED_REGISTER_CLASS(Course);
|
||||
|
||||
static const char *CourseTypeNames[] = {
|
||||
"Nonstop",
|
||||
"Oni",
|
||||
|
||||
@@ -27,8 +27,6 @@ struct User
|
||||
}
|
||||
};
|
||||
|
||||
CACHED_REGISTER_CLASS(Object);
|
||||
|
||||
void test()
|
||||
{
|
||||
Object p;
|
||||
|
||||
@@ -170,8 +170,6 @@ private:
|
||||
bool m_bCacheIsSet;
|
||||
};
|
||||
|
||||
#define CACHED_REGISTER_CLASS(T)
|
||||
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
||||
@@ -49,8 +49,6 @@ static const char *InstrumentTrackNames[] = {
|
||||
XToString( InstrumentTrack );
|
||||
StringToX( InstrumentTrack );
|
||||
|
||||
CACHED_REGISTER_CLASS(Song);
|
||||
|
||||
Song::Song()
|
||||
{
|
||||
FOREACH_BackgroundLayer( i )
|
||||
|
||||
@@ -26,8 +26,6 @@
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
CACHED_REGISTER_CLASS(Steps);
|
||||
|
||||
Steps::Steps()
|
||||
{
|
||||
m_bSavedToDisk = false;
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
#include "NoteDataUtil.h"
|
||||
#include "CommonMetrics.h"
|
||||
|
||||
CACHED_REGISTER_CLASS(Trail);
|
||||
|
||||
void TrailEntry::GetAttackArray( AttackArray &out ) const
|
||||
{
|
||||
if( !Modifiers.empty() )
|
||||
|
||||
Reference in New Issue
Block a user