EffectRackView: removed unused method mainLayout()

There's no need to get a pointer to the layout of an EffectRackView
outside the class, therefore remove the mainLayout() method.
This commit is contained in:
Tobias Doerffel
2009-08-26 00:49:02 +02:00
parent cb85bfc906
commit 50004a4f89

View File

@@ -46,11 +46,6 @@ public:
EffectRackView( EffectChain * _model, QWidget * _parent = NULL );
virtual ~EffectRackView();
QVBoxLayout * mainLayout()
{
return m_mainLayout;
}
public slots:
void clearViews();