diff options
author | Steve Kondik <shade@chemlab.org> | 2013-03-06 01:21:20 -0800 |
---|---|---|
committer | Steve Kondik <shade@chemlab.org> | 2013-03-06 01:21:20 -0800 |
commit | 5b70e9b223c79a168bc4bc1be10317921fbf9bf1 (patch) | |
tree | 3ba502f4fa92995c95b3a86434d3f989e649a0cf | |
parent | 5948c0663a20f3c3f9090a0c115950b036998563 (diff) | |
download | hardware_libhardware-5b70e9b223c79a168bc4bc1be10317921fbf9bf1.zip hardware_libhardware-5b70e9b223c79a168bc4bc1be10317921fbf9bf1.tar.gz hardware_libhardware-5b70e9b223c79a168bc4bc1be10317921fbf9bf1.tar.bz2 |
Revert "hwcomposer: Add HWC_BLIT compositiontype value"
This reverts commit ba98737d26ef95f486ce35b5e55b50af9a4e4237.
-rw-r--r-- | include/hardware/hwcomposer_defs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/hardware/hwcomposer_defs.h b/include/hardware/hwcomposer_defs.h index 8ec048b..b23f08a 100644 --- a/include/hardware/hwcomposer_defs.h +++ b/include/hardware/hwcomposer_defs.h @@ -97,9 +97,6 @@ enum { /* this layer holds the result of compositing the HWC_FRAMEBUFFER layers. * Added in HWC_DEVICE_API_VERSION_1_1. */ HWC_FRAMEBUFFER_TARGET = 3, - - /* this layer will be handled in the HWC, using a blit engine */ - HWC_BLIT = 4, }; /* |