moving singen and noisegen from mixbus repo to ardour + change singen display and...
[ardour.git] / gtk2_ardour / luadialog.cc
index 943b077b7721bdafc0a4566a8b14c1de7450954f..0bc1e8aad8e797c85abf7b3ac73ea87e4f49869e 100644 (file)
@@ -188,15 +188,6 @@ public:
 protected:
        Gtk::ColorButton _cs;
 };
-/*
-local a = {
-       {type = "color", key = "col", title = ""}
-}
-
-local rv = LuaDialog.Dialog("", a):run()
-
-print(rv['col'])
-*/
 
 class LuaDialogCheckbox : public LuaDialogWidget
 {