mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
[Summary] Reset unintentionally pushed debug-code.
This commit is contained in:
parent
f2605e566f
commit
f441b549f7
1 changed files with 0 additions and 7 deletions
|
|
@ -64,16 +64,9 @@ using namespace Gtk;
|
|||
void
|
||||
Editor::export_audio ()
|
||||
{
|
||||
{
|
||||
WavesExportDialog dialog (*this, _("Export"), ExportProfileManager::RegularExport);
|
||||
dialog.set_session (_session);
|
||||
dialog.run();
|
||||
}
|
||||
{
|
||||
ExportDialog dialog (*this, _("Export"), ExportProfileManager::RegularExport);
|
||||
dialog.set_session (_session);
|
||||
dialog.run();
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue