Mixer: Remove superfluous semicolon.
This commit is contained in:
parent
9330b07d99
commit
cb3d4f9254
|
@ -911,7 +911,7 @@ Mixer::rows ( int ideal_rows )
|
||||||
|
|
||||||
_rows = ideal_rows;
|
_rows = ideal_rows;
|
||||||
|
|
||||||
if ( _strip_height != sh );
|
if ( _strip_height != sh )
|
||||||
{
|
{
|
||||||
mixer_strips->redraw();
|
mixer_strips->redraw();
|
||||||
scroll->redraw();
|
scroll->redraw();
|
||||||
|
|
Loading…
Reference in New Issue