Skip to content

Commit

Permalink
Removing one last unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkae committed Oct 20, 2023
1 parent 9ff3dec commit 6bed0de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/compositor/multi_threaded_compositor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ class CompositingFunctor
std::promise<void> stopped;
std::future<void> stopped_future;
bool not_posted_yet = true;
bool has_done_first_render = false;
};

}
Expand Down

0 comments on commit 6bed0de

Please sign in to comment.