1
0
Fork 0

Remove obsolete class member

Backend/CompositionPlanner is now owned by DrmDisplayPipeline. This
class member should have been removed as a part of that refactoring but
was missed.

Change-Id: I9d0c58fff1bd9123ecdf602c846d5b224babbb0d
This commit is contained in:
Drew Davenport 2025-10-30 16:53:12 -06:00
parent 0afe783d1a
commit bf7f0dffee

View file

@ -301,7 +301,6 @@ class HwcDisplay {
std::shared_ptr<DrmDisplayPipeline> pipeline_;
std::unique_ptr<CompositionPlanner> backend_;
std::unique_ptr<FlatteningController> flatcon_;
std::unique_ptr<VSyncWorker> vsync_worker_;