cleanups (stable backport)

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/branches/lmms/stable-0.4@2005 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2009-02-05 13:18:28 +00:00
parent 48fe96c9ac
commit 0d90ac3176
2 changed files with 0 additions and 15 deletions

View File

@@ -133,10 +133,6 @@ public:
using model::dataChanged;
void printNotes( void ); // for debugging purposes
protected:

View File

@@ -183,17 +183,6 @@ midiTime pattern::beatPatternLength( void ) const
void pattern::printNotes( void )
{
for( noteVector::iterator it = m_notes.begin(); it != m_notes.end();
++it )
{
printf("note (pos = %i)\n", (int) ( *it )->pos() );
}
printf("\n");
}
note * pattern::addNote( const note & _new_note, const bool _quant_pos )
{