mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
no local tempo scope for constructors
This commit is contained in:
parent
4e23772b5d
commit
22abddcd95
1 changed files with 0 additions and 4 deletions
|
|
@ -155,8 +155,6 @@ EditingContext::EditingContext (std::string const & name)
|
|||
, _dragging_playhead (false)
|
||||
|
||||
{
|
||||
EC_LOCAL_TEMPO_SCOPE;
|
||||
|
||||
using namespace Gtk::Menu_Helpers;
|
||||
|
||||
if (!button_bindings) {
|
||||
|
|
@ -249,8 +247,6 @@ EditingContext::EditingContext (std::string const & name)
|
|||
|
||||
EditingContext::~EditingContext()
|
||||
{
|
||||
EC_LOCAL_TEMPO_SCOPE;
|
||||
|
||||
ActionManager::drop_action_group (_midi_actions);
|
||||
ActionManager::drop_action_group (_common_actions);
|
||||
ActionManager::drop_action_group (editor_actions);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue