From 50004a4f89a5767b9a3f9ef0e78a61fee62f1383 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Wed, 26 Aug 2009 00:49:02 +0200 Subject: [PATCH] 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. --- include/EffectRackView.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/EffectRackView.h b/include/EffectRackView.h index 8ac450334..b760f2ffe 100644 --- a/include/EffectRackView.h +++ b/include/EffectRackView.h @@ -46,11 +46,6 @@ public: EffectRackView( EffectChain * _model, QWidget * _parent = NULL ); virtual ~EffectRackView(); - QVBoxLayout * mainLayout() - { - return m_mainLayout; - } - public slots: void clearViews();