Remove unnecessary CACHED_REGISTER_CLASS.

This commit is contained in:
Steve Checkoway
2007-08-16 09:32:40 +00:00
parent d12e579038
commit 4991a266df
6 changed files with 0 additions and 12 deletions
-2
View File
@@ -21,8 +21,6 @@
static Preference<int> MAX_SONGS_IN_EDIT_COURSE( "MaxSongsInEditCourse", -1 );
CACHED_REGISTER_CLASS(Course);
static const char *CourseTypeNames[] = {
"Nonstop",
"Oni",
-2
View File
@@ -27,8 +27,6 @@ struct User
}
};
CACHED_REGISTER_CLASS(Object);
void test()
{
Object p;
-2
View File
@@ -170,8 +170,6 @@ private:
bool m_bCacheIsSet;
};
#define CACHED_REGISTER_CLASS(T)
#endif
/*
-2
View File
@@ -49,8 +49,6 @@ static const char *InstrumentTrackNames[] = {
XToString( InstrumentTrack );
StringToX( InstrumentTrack );
CACHED_REGISTER_CLASS(Song);
Song::Song()
{
FOREACH_BackgroundLayer( i )
-2
View File
@@ -26,8 +26,6 @@
#include <algorithm>
CACHED_REGISTER_CLASS(Steps);
Steps::Steps()
{
m_bSavedToDisk = false;
-2
View File
@@ -8,8 +8,6 @@
#include "NoteDataUtil.h"
#include "CommonMetrics.h"
CACHED_REGISTER_CLASS(Trail);
void TrailEntry::GetAttackArray( AttackArray &out ) const
{
if( !Modifiers.empty() )