diff options
author | Steve Kondik <shade@chemlab.org> | 2013-03-05 17:43:16 -0800 |
---|---|---|
committer | Steve Kondik <shade@chemlab.org> | 2013-03-05 17:43:16 -0800 |
commit | 5948c0663a20f3c3f9090a0c115950b036998563 (patch) | |
tree | fea4ee78d6c981111c7f912bc869044526f80000 | |
parent | 1c7976f38a7ff96f43ff56a7fb32e0b49bba17aa (diff) | |
download | hardware_libhardware-5948c0663a20f3c3f9090a0c115950b036998563.zip hardware_libhardware-5948c0663a20f3c3f9090a0c115950b036998563.tar.gz hardware_libhardware-5948c0663a20f3c3f9090a0c115950b036998563.tar.bz2 |
libhardware: Remove unused sourceTransform field
* This is not used and was leftover from CM10. Kill with fire!
Change-Id: I4442180f70688a055a3e14b6f242acb8ffbf393f
-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; |