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:
parent
be12e81b02
commit
3ea1c36308
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue