Move or remove unused slots
This commit is contained in:
committed by
Johannes Lorenz
parent
c3c80159fd
commit
6546857d21
@@ -271,13 +271,6 @@ void Lv2InsView::dropEvent(QDropEvent *_de)
|
||||
|
||||
|
||||
|
||||
void Lv2InsView::toggleUI()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
void Lv2InsView::modelChanged()
|
||||
{
|
||||
Lv2ViewBase::modelChanged(castModel<Lv2Instrument>());
|
||||
|
||||
@@ -111,10 +111,6 @@ protected:
|
||||
void dragEnterEvent(QDragEnterEvent *_dee) override;
|
||||
void dropEvent(QDropEvent *_de) override;
|
||||
|
||||
private slots:
|
||||
void reloadPlugin();
|
||||
void toggleUI();
|
||||
|
||||
private:
|
||||
void modelChanged() override;
|
||||
};
|
||||
|
||||
@@ -202,6 +202,13 @@ Lv2ViewBase::~Lv2ViewBase() {
|
||||
|
||||
|
||||
|
||||
void Lv2ViewBase::toggleUI()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
void Lv2ViewBase::toggleHelp(bool visible)
|
||||
{
|
||||
if (m_helpWindow)
|
||||
|
||||
Reference in New Issue
Block a user