13
0

WebSockets: remove unnecessary code

Leftovers from copy and pasting from test_ui.cc
This commit is contained in:
Luciano Iam 2021-06-14 01:04:25 +02:00
parent cb73eb350d
commit ebee3a8010

View File

@ -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