mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 19:56:31 +01:00
put editor_route_groups back to the normal master branch version
This commit is contained in:
parent
c66e006fff
commit
8bb37fd994
2 changed files with 1 additions and 9 deletions
|
|
@ -39,13 +39,6 @@
|
|||
#include "ardour/route.h"
|
||||
#include "ardour/session.h"
|
||||
|
||||
//REMOVE ME
|
||||
#include "ardour/mixer_snapshot.h"
|
||||
#include <glibmm.h>
|
||||
#include <glibmm/fileutils.h>
|
||||
#include "ardour/filesystem_paths.h"
|
||||
#include "mixer_snapshot_dialog.h"
|
||||
|
||||
#include "ardour_ui.h"
|
||||
#include "editor.h"
|
||||
#include "editor_group_tabs.h"
|
||||
|
|
@ -561,6 +554,7 @@ EditorRouteGroups::set_session (Session* s)
|
|||
SessionHandlePtr::set_session (s);
|
||||
|
||||
if (_session) {
|
||||
|
||||
_session->route_group_added.connect (_session_connections, MISSING_INVALIDATOR, boost::bind (&EditorRouteGroups::add, this, _1), gui_context());
|
||||
_session->route_group_removed.connect (
|
||||
_session_connections, MISSING_INVALIDATOR, boost::bind (&EditorRouteGroups::groups_changed, this), gui_context()
|
||||
|
|
|
|||
|
|
@ -28,8 +28,6 @@
|
|||
|
||||
#include "editor_component.h"
|
||||
|
||||
#include "ardour/mixer_snapshot.h"
|
||||
|
||||
class EditorRouteGroups : public EditorComponent, public ARDOUR::SessionHandlePtr
|
||||
{
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue