X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=scripts%2Ftrack_organizer.lua;h=15caf2c9ff65ce1b9d5e4bd6345ada7768473bbc;hb=a5b38fd6dc9ce9d1fb450da493adbc02b787c5e8;hp=e4d9765bed69b1d14e028b8f66ebc169b5efb572;hpb=fa17364977030616072a0e5f35c9c024f5bf1899;p=ardour.git diff --git a/scripts/track_organizer.lua b/scripts/track_organizer.lua index e4d9765bed..15caf2c9ff 100644 --- a/scripts/track_organizer.lua +++ b/scripts/track_organizer.lua @@ -63,12 +63,6 @@ function factory () return function () }) --color end - table.insert(dialog_options, { - { type = "label", colspan="3", title = "" }, - { type = "label", colspan="3", title = "Note that this is a script which can be user-edited to match your needs." }, - { type = "label", colspan="3", title = "" }, - }) - --run dialog_options local rv = LuaDialog.Dialog("Track Organizer", dialog_options):run() if not(rv) then goto script_end end