More consistent dialog window titles (Recall Mixer Settings).
[ardour.git] / scripts / reset_mixer.lua
index bdd1e3ae71da96fbb75edb8a524997cf0e983099..db8fb8ce5d73a703302f20184a819caa2a5919d6 100644 (file)
@@ -15,9 +15,6 @@ function factory() return function()
                { type = "checkbox", key = "plug",  default = true,  title = "Plug-ins" },\r
                { type = "checkbox", key = "sends", default = true,  title = "Sends and inserts" },\r
                { type = "checkbox", key = "dest",  default = false, title = "Remove plug-ins instead of bypassing?" },\r
-               { type = "label", colspan="3", title = "" },\r
-               { type = "label", colspan="3", title = "Note that this is a script which can be user-edited to match your needs." },\r
-               { type = "label", colspan="3", title = "" },\r
        }\r
 \r
        local pref = LuaDialog.Dialog("Reset Mixer", dlg):run()\r