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:
@@ -46,11 +46,6 @@ public:
|
||||
EffectRackView( EffectChain * _model, QWidget * _parent = NULL );
|
||||
virtual ~EffectRackView();
|
||||
|
||||
QVBoxLayout * mainLayout()
|
||||
{
|
||||
return m_mainLayout;
|
||||
}
|
||||
|
||||
|
||||
public slots:
|
||||
void clearViews();
|
||||
|
||||
Reference in New Issue
Block a user