NO-OP; clean up script spacing and remove goto

This commit is contained in:
Robin Gareus 2017-02-20 00:52:40 +01:00
parent 44852aa529
commit 8d8666d041

View file

@ -18,11 +18,9 @@ function factory () return function ()
-- find selected *tracks*, add to tracks list -- find selected *tracks*, add to tracks list
for r in sel.tracks:routelist ():iter () do for r in sel.tracks:routelist ():iter () do
if r:to_track():isnil() then if not r:to_track ():isnil () then
goto next
end
tracks:push_back (r) tracks:push_back (r)
::next:: end
end end
if tracks:size () > 0 then if tracks:size () > 0 then