mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
[P4/git history rebuild] remove function that maximised/minimized mixer window
This commit is contained in:
parent
56b8050447
commit
aacbb9745c
1 changed files with 0 additions and 15 deletions
|
|
@ -574,18 +574,3 @@ ARDOUR_UI::editor_meter_peak_button_release (GdkEventButton* ev)
|
|||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
void
|
||||
ARDOUR_UI::toggle_mixer_space()
|
||||
{
|
||||
Glib::RefPtr<Action> act = ActionManager::get_action ("Common", "ToggleMaximalMixer");
|
||||
|
||||
if (act) {
|
||||
Glib::RefPtr<ToggleAction> tact = Glib::RefPtr<ToggleAction>::cast_dynamic(act);
|
||||
if (tact->get_active()) {
|
||||
mixer->maximise_mixer_space ();
|
||||
} else {
|
||||
mixer->restore_mixer_space ();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue