mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Export dialog: tidy code, & remove some superfluous debug output
Remove some debug output, tidy up a few whitespace inconsistencies, use DEBUG::Soundcloud in one more place, and zap a couple of unused variables.
This commit is contained in:
parent
70308f5174
commit
f0dbd6c085
5 changed files with 17 additions and 30 deletions
|
|
@ -58,7 +58,7 @@ class ExportFileNotebook : public Gtk::Notebook, public ARDOUR::SessionHandlePtr
|
|||
void add_file_page (ARDOUR::ExportProfileManager::FormatStatePtr format_state, ARDOUR::ExportProfileManager::FilenameStatePtr filename_state);
|
||||
void remove_file_page (FilePage * page);
|
||||
void update_remove_file_page_sensitivity ();
|
||||
void update_soundcloud_upload();
|
||||
void update_soundcloud_upload ();
|
||||
|
||||
sigc::connection page_change_connection;
|
||||
void handle_page_change (GtkNotebookPage*, uint32_t page);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue