mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
use ActionManager namespace, rather than ActionMap objects, and remove all per-context action maps
This commit is contained in:
parent
00df619d21
commit
fc83d044f8
25 changed files with 627 additions and 651 deletions
|
|
@ -31,7 +31,6 @@ namespace ActionManager {
|
|||
|
||||
/* Ardour specific */
|
||||
|
||||
extern void init ();
|
||||
extern void load_menus (const std::string& menus_file_name); /* not path, just name */
|
||||
|
||||
extern std::vector<Glib::RefPtr<Gtk::Action> > session_sensitive_actions;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue