summaryrefslogtreecommitdiff
path: root/services/surfaceflinger/SurfaceFlingerProperties.h
diff options
context:
space:
mode:
Diffstat (limited to 'services/surfaceflinger/SurfaceFlingerProperties.h')
-rw-r--r--services/surfaceflinger/SurfaceFlingerProperties.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/services/surfaceflinger/SurfaceFlingerProperties.h b/services/surfaceflinger/SurfaceFlingerProperties.h
index 039d316a95..c63adfe3c2 100644
--- a/services/surfaceflinger/SurfaceFlingerProperties.h
+++ b/services/surfaceflinger/SurfaceFlingerProperties.h
@@ -95,15 +95,6 @@ bool use_frame_rate_api(bool defaultValue);
int32_t display_update_imminent_timeout_ms(int32_t defaultValue);
android::ui::DisplayPrimaries getDisplayNativePrimaries();
-
-bool update_device_product_info_on_hotplug_reconnect(bool defaultValue);
-
-bool enable_frame_rate_override(bool defaultValue);
-
-bool enable_layer_caching(bool defaultValue);
-
-bool enable_sdr_dimming(bool defaultValue);
-
} // namespace sysprop
} // namespace android
#endif // SURFACEFLINGERPROPERTIES_H_