Merge "hwc: Remove unused utility function"

This commit is contained in:
Linux Build Service Account
2015-02-10 08:10:16 -08:00
committed by Gerrit - the friendly Code Review server
2 changed files with 0 additions and 5 deletions

View File

@@ -1459,10 +1459,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++) {