summaryrefslogtreecommitdiffstats
path: root/libs/hwui/Properties.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/hwui/Properties.h')
-rw-r--r--libs/hwui/Properties.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/hwui/Properties.h b/libs/hwui/Properties.h
index 7854729..c0311fb 100644
--- a/libs/hwui/Properties.h
+++ b/libs/hwui/Properties.h
@@ -78,9 +78,6 @@ enum DebugLevel {
#define PROPERTY_TEXT_BLACK_GAMMA_THRESHOLD "ro.text_gamma.black_threshold"
#define PROPERTY_TEXT_WHITE_GAMMA_THRESHOLD "ro.text_gamma.white_threshold"
-// TODO: This should be set by a system property
-#define PANEL_BIT_DEPTH 20
-
// Converts a number of mega-bytes into bytes
#define MB(s) s * 1024 * 1024