summaryrefslogtreecommitdiffstats
path: root/include/hardware/gralloc.h
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2011-04-28 19:03:40 -0700
committerMathias Agopian <mathias@google.com>2011-04-28 19:05:05 -0700
commit53b8af5e9ccb7ab9b48b223d4efde9096890fd6a (patch)
tree2000249461c8e1810ab9d70d8a765e527549f33c /include/hardware/gralloc.h
parent8cc353abc94a557dcff0f2989f7ca6351fcfdb08 (diff)
downloadhardware_libhardware-53b8af5e9ccb7ab9b48b223d4efde9096890fd6a.zip
hardware_libhardware-53b8af5e9ccb7ab9b48b223d4efde9096890fd6a.tar.gz
hardware_libhardware-53b8af5e9ccb7ab9b48b223d4efde9096890fd6a.tar.bz2
get rid of GRALLOC_MODULE_PERFORM_CREATE_HANDLE_FROM_BUFFER
Change-Id: I916812dcfa2e1188e7e249303b80b7b221de71fd
Diffstat (limited to 'include/hardware/gralloc.h')
-rw-r--r--include/hardware/gralloc.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/hardware/gralloc.h b/include/hardware/gralloc.h
index 03281bf..f507ded 100644
--- a/include/hardware/gralloc.h
+++ b/include/hardware/gralloc.h
@@ -97,14 +97,6 @@ enum {
typedef const native_handle* buffer_handle_t;
-enum {
- /* FIXME: this only exists to work-around some issues with
- * the video and camera frameworks. don't implement unless
- * you know what you're doing.
- */
- GRALLOC_MODULE_PERFORM_CREATE_HANDLE_FROM_BUFFER = 0x080000001,
-};
-
/**
* Every hardware module must have a data structure named HAL_MODULE_INFO_SYM
* and the fields of this data structure must begin with hw_module_t