From bf7f0dffee60df8ceb00eb1ba47ef50e72c3bcae Mon Sep 17 00:00:00 2001 From: Drew Davenport Date: Thu, 30 Oct 2025 16:53:12 -0600 Subject: [PATCH] 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 --- hwc/HwcDisplay.h | 1 - 1 file changed, 1 deletion(-) diff --git a/hwc/HwcDisplay.h b/hwc/HwcDisplay.h index 8bb8f72..61cf006 100644 --- a/hwc/HwcDisplay.h +++ b/hwc/HwcDisplay.h @@ -301,7 +301,6 @@ class HwcDisplay { std::shared_ptr pipeline_; - std::unique_ptr backend_; std::unique_ptr flatcon_; std::unique_ptr vsync_worker_;