From 41a65036971ab59e8b7e238feaadf462608ea1a0 Mon Sep 17 00:00:00 2001 From: Anthony Han Date: Tue, 16 Mar 2021 22:02:47 +0000 Subject: Gralloc: remove unused usages SBWC_REQUEST_10BIT and HFR_MODE usages are unused in Gralloc and should be removed. Bug: 182940134 Test: build Change-Id: I0e4d3446c2e302e3b692575424d58091d213fb20 --- gralloc4/src/mali_gralloc_buffer.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gralloc4/src/mali_gralloc_buffer.h') diff --git a/gralloc4/src/mali_gralloc_buffer.h b/gralloc4/src/mali_gralloc_buffer.h index 56e4f59..a00234d 100644 --- a/gralloc4/src/mali_gralloc_buffer.h +++ b/gralloc4/src/mali_gralloc_buffer.h @@ -131,7 +131,6 @@ struct private_handle_t { PRIV_FLAGS_USES_2PRIVATE_DATA = 1U << 4, PRIV_FLAGS_USES_3PRIVATE_DATA = 1U << 5, - PRIV_FLAGS_USES_HFR_MODE = 1U << 6, }; enum -- cgit v1.2.3