Commenting missing handler from old API

This commit is contained in:
FlUxIuS 2023-01-05 18:55:03 +01:00
parent c89d1f6d15
commit 75d8da0ef0

View file

@ -664,7 +664,7 @@ bool uhd_device::start()
setPriority();
// Register msg handler
uhd::msg::register_handler(&uhd_msg_handler);
//uhd::msg::register_handler(&uhd_msg_handler);
// Start asynchronous event (underrun check) loop
async_event_thrd.start((void * (*)(void*))async_event_loop, (void*)this);