hwc: Remove unused utility function
Cleaning up unused code in utils library. Change-Id: I642f78897fa317f34bdcdba4df84db10ad9f7eb3
This commit is contained in:
@@ -1455,10 +1455,6 @@ void getNonWormholeRegion(hwc_display_contents_1_t* list,
|
||||
nwr = getIntersection(nwr, fbDisplayFrame);
|
||||
}
|
||||
|
||||
bool isExternalActive(hwc_context_t* ctx) {
|
||||
return ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].isActive;
|
||||
}
|
||||
|
||||
void closeAcquireFds(hwc_display_contents_1_t* list) {
|
||||
if(LIKELY(list)) {
|
||||
for(uint32_t i = 0; i < list->numHwLayers; i++) {
|
||||
|
||||
Reference in New Issue
Block a user