1
0
Fork 0

drm_hwcomposer: Remove obsolete function declaration

It looks like this function was removed at some point but the
declaration is still there. Remove it.

Change-Id: Ia75f6a9312aeaeca24a078714ebafdacaabdc160
Signed-off-by: Drew Davenport <ddavenport@google.com>
This commit is contained in:
Drew Davenport 2025-04-28 11:31:00 -06:00
parent be12e81b02
commit 3ea1c36308

View file

@ -71,8 +71,6 @@ class HwcDisplay {
HWC2::Error CreateComposition(AtomicCommitArgs &a_args);
std::vector<HwcLayer *> GetOrderLayersByZPos();
void ClearDisplay();
std::string Dump();
auto GetDisplayName() -> std::string;