mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
fix unused variable warning
git-svn-id: svn://localhost/ardour2/branches/3.0@10246 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
abedf1fae3
commit
d789c9bed7
1 changed files with 1 additions and 1 deletions
|
|
@ -452,7 +452,7 @@ GainMeterBase::gain_adjusted ()
|
|||
void
|
||||
GainMeterBase::effective_gain_display ()
|
||||
{
|
||||
float value;
|
||||
float value = 0.0;
|
||||
|
||||
switch (_data_type) {
|
||||
case DataType::AUDIO:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue