diff --git a/include/AutomatableModelView.h b/include/AutomatableModelView.h index 6c59d8f61..1c35d02aa 100644 --- a/include/AutomatableModelView.h +++ b/include/AutomatableModelView.h @@ -1,7 +1,7 @@ /* * AutomatableModelView.h - class AutomatableModelView * - * Copyright (c) 2008-2013 Tobias Doerffel + * Copyright (c) 2008-2014 Tobias Doerffel * * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net * @@ -56,15 +56,6 @@ public: return( modelUntyped() ? modelUntyped()->value() : 0 ); } - inline void setValue( const float _value ) - { - if( modelUntyped() ) - { - modelUntyped()->setValue( _value ); - } - } - - inline void setDescription( const QString & _desc ) { m_description = _desc;