Remove unused members and includes

This commit is contained in:
Michael Gregorius
2023-07-08 15:01:47 +02:00
parent e1b3a4415c
commit eeebf577ea
2 changed files with 0 additions and 9 deletions

View File

@@ -62,7 +62,6 @@ SimpleTextFloat * FloatModelEditorBase::s_textFloat = nullptr;
FloatModelEditorBase::FloatModelEditorBase(QWidget * _parent, const QString & _name ) :
QWidget( _parent ),
FloatModelView( new FloatModel( 0, 0, 0, 1, nullptr, _name, true ), this ),
m_tdRenderer(nullptr),
m_volumeKnob( false ),
m_volumeRatio( 100.0, 0.0, 1000000.0 ),
m_buttonPressed( false )