diff options
-rw-r--r-- | include/hardware/hwcomposer.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/hardware/hwcomposer.h b/include/hardware/hwcomposer.h index 403e4a5..c30ef33 100644 --- a/include/hardware/hwcomposer.h +++ b/include/hardware/hwcomposer.h @@ -157,11 +157,6 @@ typedef struct hwc_layer_1 { /* transformation to apply to the buffer during composition */ uint32_t transform; -#ifdef QCOM_HARDWARE - /* source transform of the buffer */ - uint32_t sourceTransform; -#endif - /* blending to apply during composition */ int32_t blending; |