Revert "extend API of ARDOUR_UI_UTILS::emulate_key_event() to allow it to pass modifiers too"

No need to extend/change this API, since relay_key_press() can already take a window argument.

This reverts commit 2e0fa8943a.
This commit is contained in:
Paul Davis 2021-06-06 08:11:26 -06:00
parent 66264eb68f
commit 4484b60b13
3 changed files with 4 additions and 4 deletions

View file

@ -82,7 +82,7 @@ void set_color_from_rgba (Gdk::Color&, uint32_t);
bool relay_key_press (GdkEventKey* ev, Gtk::Window* win);
bool key_press_focus_accelerator_handler (Gtk::Window& window, GdkEventKey* ev);
bool emulate_key_event (unsigned int, int state);
bool emulate_key_event (unsigned int);
Glib::RefPtr<Gdk::Pixbuf> get_xpm (std::string);
std::vector<std::string> get_icon_sets ();