remove debug output
[ardour.git] / gtk2_ardour / luadialog.h
index a022a8b6f66af514ad31fe509857d4469b24e4b3..f0bacdc387fa18dd1d64c944e6989b069aee073d 100644 (file)
@@ -89,7 +89,10 @@ public:
 
 private:
        Dialog (Dialog const&); // prevent copy construction
+       void table_size_alloc (Gtk::Allocation&);
+
        ArdourDialog _ad;
+       Gtk::ScrolledWindow _scroller;
        typedef std::vector<LuaDialogWidget*> DialogWidgets;
        DialogWidgets _widgets;
        std::string _title;