mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
Remove unused function
Remove the unused ExportFileNotebook::get_nth_format_name()
This commit is contained in:
parent
f0dbd6c085
commit
cc2e6aeac3
2 changed files with 0 additions and 13 deletions
|
|
@ -115,16 +115,6 @@ ExportFileNotebook::update_example_filenames ()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string
|
|
||||||
ExportFileNotebook::get_nth_format_name (uint32_t n)
|
|
||||||
{
|
|
||||||
FilePage * page;
|
|
||||||
if ((page = dynamic_cast<FilePage *> (get_nth_page (n - 1)))) {
|
|
||||||
return page->get_format_name();
|
|
||||||
}
|
|
||||||
return "";
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
ExportFileNotebook::add_new_file_page ()
|
ExportFileNotebook::add_new_file_page ()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -38,11 +38,8 @@ class ExportFileNotebook : public Gtk::Notebook, public ARDOUR::SessionHandlePtr
|
||||||
|
|
||||||
void set_session_and_manager (ARDOUR::Session * s, boost::shared_ptr<ARDOUR::ExportProfileManager> manager);
|
void set_session_and_manager (ARDOUR::Session * s, boost::shared_ptr<ARDOUR::ExportProfileManager> manager);
|
||||||
void sync_with_manager ();
|
void sync_with_manager ();
|
||||||
|
|
||||||
void update_example_filenames();
|
void update_example_filenames();
|
||||||
|
|
||||||
std::string get_nth_format_name (uint32_t n);
|
|
||||||
|
|
||||||
sigc::signal<void> CriticalSelectionChanged;
|
sigc::signal<void> CriticalSelectionChanged;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue