Removed old code, update changelog

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@599 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2007-11-18 21:13:53 +00:00
parent 0802a8be09
commit 1ae296caba
2 changed files with 56 additions and 7 deletions

View File

@@ -60,11 +60,6 @@ public:
return( (QWidget *) this );
}
/* void setCentralWidget( QWidget *cw )
{
//m_centralWidget = cw;
}*/
virtual void FASTCALL saveSettings( QDomDocument & _doc,
QDomElement & _parent );
@@ -148,8 +143,6 @@ protected:
virtual void resizeEvent( QResizeEvent * );
void addToWorkspace( void );
constTrackVector tracks( void ) const;
virtual QRect scrollAreaRect( void ) const