Skip to content

Commit

Permalink
Update cfillion_Step sequencing (replace mode).lua
Browse files Browse the repository at this point in the history
  • Loading branch information
cfillion authored Nov 19, 2024
1 parent de9f533 commit a2bb962
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MIDI Editor/cfillion_Step sequencing (replace mode).lua
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,7 @@ local function optionsMenu(mode, items)
end

local function legacyOptionsMenu(mode, items)
local menu = {}
local values = {}
local menu, values = {}, {}

for id, item in ipairs(items) do
if type(item) == 'table' then
Expand Down

0 comments on commit a2bb962

Please sign in to comment.