summaryrefslogtreecommitdiff
path: root/scripts/reset_mixer.lua
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2018-08-02 10:35:54 -0500
committerBen Loftis <ben@harrisonconsoles.com>2018-08-02 10:36:49 -0500
commit949927cc394af5a7a447f3cd51f6bb0c176effa8 (patch)
tree542616345c4867d3afef5751af0ca96c8e7f869d /scripts/reset_mixer.lua
parentdfb1c521924b4e6a979d7b7508f92b348c8c4804 (diff)
Remove "This is a script" note on some Lua dialogs.
Diffstat (limited to 'scripts/reset_mixer.lua')
-rw-r--r--scripts/reset_mixer.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/reset_mixer.lua b/scripts/reset_mixer.lua
index bdd1e3ae71..db8fb8ce5d 100644
--- a/scripts/reset_mixer.lua
+++ b/scripts/reset_mixer.lua
@@ -15,9 +15,6 @@ function factory() return function()
{ type = "checkbox", key = "plug", default = true, title = "Plug-ins" },
{ type = "checkbox", key = "sends", default = true, title = "Sends and inserts" },
{ type = "checkbox", key = "dest", default = false, title = "Remove plug-ins instead of bypassing?" },
- { 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 = "" },
}
local pref = LuaDialog.Dialog("Reset Mixer", dlg):run()