[apps] Define TextFieldDelegate::textFieldDelegateApp() directly from ::app()

This commit is contained in:
Ruben Dashyan
2019-06-06 17:50:31 +02:00
committed by EmilieNumworks
parent 5058f64163
commit 055d601854
27 changed files with 11 additions and 63 deletions

View File

@@ -39,7 +39,6 @@ private:
virtual void buttonAction();
virtual int reusableParameterCellCount(int type) = 0;
virtual HighlightCell * reusableParameterCell(int index, int type) = 0;
TextFieldDelegateApp * textFieldDelegateApp() override;
virtual bool setParameterAtIndex(int parameterIndex, double f) = 0;
};