NO-OP: remove trailing whitespace

This commit is contained in:
Robin Gareus 2019-07-23 17:53:36 +02:00 committed by Nikolaus Gullotta
parent c10394873f
commit ebae835434
No known key found for this signature in database
GPG key ID: 565F60578092AA31

View file

@ -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]);
}
}
}