Skip to content

Commit

Permalink
remove profile scope
Browse files Browse the repository at this point in the history
  • Loading branch information
derrod committed Dec 28, 2023
1 parent 11c4f6b commit 50aebf9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions UI/frontend-plugins/frontend-tools/roi-editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -490,8 +490,6 @@ void RoiEditor::SaveRoisToOBSData(obs_data_t *obj)

void RoiEditor::UpdateEncoderRois()
{
ProfileScope("RoiEditor::UpdateEncoderRois");

OBSSourceAutoRelease scene = obs_frontend_get_current_scene();
const string uuid = obs_source_get_uuid(scene);

Expand Down

0 comments on commit 50aebf9

Please sign in to comment.