NO-OP; clean up script spacing and remove goto
[ardour.git] / gtk2_ardour / ardour_ui.h
index 170dbe994888172606fef44132306e2dab7663a5..900b4bc7829e1aa24545670ac02a66ddc4603618 100644 (file)
@@ -273,9 +273,6 @@ public:
 
        void start_duplicate_routes ();
 
-       void add_lua_script ();
-       void remove_lua_script ();
-
        void add_video (Gtk::Window* float_window);
        void remove_video ();
        void start_video_server_menu (Gtk::Window* float_window);
@@ -902,6 +899,9 @@ private:
        void escape ();
        void close_current_dialog ();
        void pre_release_dialog ();
+
+       bool bind_lua_action_script (GdkEventButton*, int);
+       void update_action_script_btn (int i, const std::string&);
 };
 
 #endif /* __ardour_gui_h__ */