mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
[Summary] Reset unintentionally pushed debug-code.
This commit is contained in:
parent
83cbcd41aa
commit
f2605e566f
1 changed files with 0 additions and 37 deletions
|
|
@ -30,7 +30,6 @@
|
|||
#include "waves_message_dialog.h"
|
||||
#include "export_dialog.h"
|
||||
#include "gui_thread.h"
|
||||
#include "ardour/export_format_specification.h"
|
||||
|
||||
#include "i18n.h"
|
||||
|
||||
|
|
@ -88,25 +87,6 @@ ExportDialog::set_session (ARDOUR::Session* s)
|
|||
/* Load states */
|
||||
|
||||
profile_manager->load_profile ();
|
||||
ExportProfileManager::FormatStateList const & formats = profile_manager->get_formats ();
|
||||
ExportProfileManager::FormatStateList::const_iterator format_it = formats.begin();
|
||||
|
||||
ExportProfileManager::FilenameStateList const & filenames = profile_manager->get_filenames ();
|
||||
ExportProfileManager::FilenameStateList::const_iterator filename_it = filenames.begin ();
|
||||
std::cout << "****************************************************" << std::endl;
|
||||
std::cout << "****************************************************" << std::endl;
|
||||
std::cout << "****************************************************" << std::endl;
|
||||
std::cout << "****************************************************" << std::endl;
|
||||
for (format_it = formats.begin(), filename_it = filenames.begin();
|
||||
format_it != formats.end() && filename_it != filenames.end();
|
||||
++format_it, ++filename_it) {
|
||||
std::cout << "Format:" << (*format_it)->format->name() << std::endl;
|
||||
|
||||
}
|
||||
std::cout << "****************************************************" << std::endl;
|
||||
std::cout << "****************************************************" << std::endl;
|
||||
std::cout << "****************************************************" << std::endl;
|
||||
std::cout << "****************************************************" << std::endl;
|
||||
sync_with_manager ();
|
||||
|
||||
/* Warnings */
|
||||
|
|
@ -211,23 +191,6 @@ ExportDialog::close_dialog ()
|
|||
if (status->running) {
|
||||
status->abort();
|
||||
}
|
||||
ExportProfileManager::FormatStateList const & formats = profile_manager->get_formats ();
|
||||
ExportProfileManager::FormatStateList::const_iterator format_it = formats.begin();
|
||||
|
||||
ExportProfileManager::FilenameStateList const & filenames = profile_manager->get_filenames ();
|
||||
ExportProfileManager::FilenameStateList::const_iterator filename_it = filenames.begin ();
|
||||
std::cout << "----------------------------------------------------" << std::endl;
|
||||
std::cout << "----------------------------------------------------" << std::endl;
|
||||
std::cout << "----------------------------------------------------" << std::endl;
|
||||
for (format_it = formats.begin(), filename_it = filenames.begin();
|
||||
format_it != formats.end() && filename_it != filenames.end();
|
||||
++format_it, ++filename_it) {
|
||||
std::cout << "Format:" << (*format_it)->format->name() << std::endl;
|
||||
|
||||
}
|
||||
std::cout << "----------------------------------------------------" << std::endl;
|
||||
std::cout << "----------------------------------------------------" << std::endl;
|
||||
std::cout << "----------------------------------------------------" << std::endl;
|
||||
|
||||
hide_all ();
|
||||
set_modal (false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue