mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
remove some library mgmt related code that should not have been committed
This commit is contained in:
parent
ff2f8f4066
commit
583bfa8878
2 changed files with 0 additions and 9 deletions
|
|
@ -554,12 +554,6 @@ ARDOUR_UI::ARDOUR_UI (int *argcp, char **argvp[], const char* localedir)
|
|||
ARDOUR::Port::set_connecting_blocked (ARDOUR_COMMAND_LINE::no_connect_ports);
|
||||
}
|
||||
|
||||
void
|
||||
ARDOUR_UI::library_show_status (LibraryDescription ld)
|
||||
{
|
||||
std::cerr << "Library " << ld.name() << " installed ? " << ld.installed() << std::endl;
|
||||
}
|
||||
|
||||
GlobalPortMatrixWindow*
|
||||
ARDOUR_UI::create_global_port_matrix (ARDOUR::DataType type)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue