mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
WebSockets: remove unnecessary code
Leftovers from copy and pasting from test_ui.cc
This commit is contained in:
parent
cb73eb350d
commit
ebee3a8010
1 changed files with 0 additions and 3 deletions
|
|
@ -102,10 +102,7 @@ struct PluginParamValueObserver {
|
|||
FeedbackHelperUI::FeedbackHelperUI()
|
||||
: AbstractUI<BaseUI::BaseRequestObject> ("feedback_helper")
|
||||
{
|
||||
pthread_set_name ("test_ui_thread"); // FIXME - needed?
|
||||
run_loop_thread = Glib::Threads::Thread::self ();
|
||||
set_event_loop_for_thread (this);
|
||||
ARDOUR::SessionEvent::create_per_thread_pool ("test", 512); // FIXME - needed?
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue