summaryrefslogtreecommitdiff
path: root/sdm/libs/core/display_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'sdm/libs/core/display_base.h')
-rw-r--r--sdm/libs/core/display_base.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sdm/libs/core/display_base.h b/sdm/libs/core/display_base.h
index 5e697d9c..5463befb 100644
--- a/sdm/libs/core/display_base.h
+++ b/sdm/libs/core/display_base.h
@@ -83,9 +83,6 @@ class DisplayBase : public DisplayInterface {
virtual DisplayError SetPanelBrightness(int level) {
return kErrorNotSupported;
}
- virtual DisplayError CachePanelBrightness(int level) {
- return kErrorNotSupported;
- }
virtual DisplayError OnMinHdcpEncryptionLevelChange(uint32_t min_enc_level) {
return kErrorNotSupported;
}