Skip to content
Snippets Groups Projects
Commit b975666f authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Remove unwanted timer draw

parent 9ffe4a21
No related branches found
No related tags found
No related merge requests found
Pipeline #22257 passed
......@@ -116,14 +116,14 @@ SourceWindow::SourceWindow(ftl::gui::Screen *screen)
return true;
});
ftl::timer::add(ftl::timer::kTimerMain, [this](int64_t ts) {
/*ftl::timer::add(ftl::timer::kTimerMain, [this](int64_t ts) {
auto *c = screen_->activeCamera();
// Only offer full framerate render on active camera.
if (c) {
c->draw(framesets_);
}
return true;
});
});*/
// Add network sources
_updateCameras(screen_->control()->getNet()->findAll<string>("list_streams"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment