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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -74,7 +74,6 @@
|
|||
#include "gtkmm2ext/visibility_tracker.h"
|
||||
|
||||
#include "ardour/ardour.h"
|
||||
#include "ardour/library.h"
|
||||
#include "ardour/types.h"
|
||||
#include "ardour/utils.h"
|
||||
#include "ardour/plugin.h"
|
||||
|
|
@ -419,8 +418,6 @@ protected:
|
|||
void toggle_rc_options_window ();
|
||||
void toggle_session_options_window ();
|
||||
|
||||
void library_show_status (ARDOUR::LibraryDescription ld);
|
||||
|
||||
private:
|
||||
|
||||
Gtk::Window _main_window;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue