Simplify.

This commit is contained in:
Steve Checkoway
2006-08-23 22:33:08 +00:00
parent 5cfab46c84
commit 8cffb9666f
2 changed files with 4 additions and 13 deletions
-10
View File
@@ -14,21 +14,11 @@
#include "RageUtil_AutoPtr.h"
REGISTER_CLASS_TRAITS( NoteData, new NoteData(*pCopy) )
NoteData::NoteData()
{
Init();
}
void NoteData::Init()
{
ClearAll();
m_TapNotes = vector<TrackMap>(); // ensure that the memory is freed
}
NoteData::~NoteData()
{
}
void NoteData::SetNumTracks( int iNewNumTracks )
{
ASSERT( iNewNumTracks > 0 );