mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-26 16:37:44 +01:00
NO-OP: remove trailing whitespace
This commit is contained in:
parent
c10394873f
commit
ebae835434
1 changed files with 2 additions and 2 deletions
|
|
@ -199,7 +199,7 @@ void MixerSnapshotDialog::popup_context_menu(int btn, int64_t time, TreeModel::i
|
|||
void MixerSnapshotDialog::load_snapshot(TreeModel::iterator& iter)
|
||||
{
|
||||
MixerSnapshot* snap = (*iter)[_columns.snapshot];
|
||||
|
||||
|
||||
MixerSnapshotSubstitutionDialog* d = new MixerSnapshotSubstitutionDialog(snap);
|
||||
d->show_all();
|
||||
// d->signal_response().connect(sigc::bind(sigc::mem_fun(*this, &MixerSnapshotDialog::sub_dialog_finished), d));
|
||||
|
|
@ -594,4 +594,4 @@ void MixerSnapshotDialog::recall_flag_cell_action(const std::string& path, bool
|
|||
|
||||
snap->write((*iter)[_columns.full_path]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue