mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 12:16:30 +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()
|
FeedbackHelperUI::FeedbackHelperUI()
|
||||||
: AbstractUI<BaseUI::BaseRequestObject> ("feedback_helper")
|
: 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);
|
set_event_loop_for_thread (this);
|
||||||
ARDOUR::SessionEvent::create_per_thread_pool ("test", 512); // FIXME - needed?
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue