[Summary] Reset unintentionally pushed debug-code.

This commit is contained in:
VKamyshniy 2015-01-25 13:34:05 +02:00
parent f2605e566f
commit f441b549f7

View file

@ -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