Skip to content

Commit

Permalink
TEMP
Browse files Browse the repository at this point in the history
  • Loading branch information
PhysSong committed Apr 29, 2018
1 parent 96d6288 commit 4f526b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion plugins/VstEffect/VstEffectControlDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ void VstEffectControlDialog::paintEvent( QPaintEvent * )

VstEffectControlDialog::~VstEffectControlDialog()
{
//delete m_pluginWidget;
}


Expand Down
11 changes: 0 additions & 11 deletions src/gui/widgets/EffectView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,18 +164,7 @@ EffectView::EffectView( Effect * _model, QWidget * _parent ) :

EffectView::~EffectView()
{

#ifdef LMMS_BUILD_LINUX

delete m_subWindow;
#else
if( m_subWindow )
{
// otherwise on win32 build VST GUI can get lost
m_subWindow->hide();
}
#endif

}


Expand Down

0 comments on commit 4f526b1

Please sign in to comment.