summaryrefslogtreecommitdiffstats
path: root/include/hardware/gralloc.h
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-05-05 18:30:52 -0700
committerMathias Agopian <mathias@google.com>2009-05-05 18:30:52 -0700
commit295190f426a209cf08a21476f15e0e281db6fcb5 (patch)
tree61c6ee4c575509bbc44406c6dd11c8332e544a5f /include/hardware/gralloc.h
parent988b8bd553180e8d71b4028ecb721f46312efe62 (diff)
downloadhardware_libhardware-295190f426a209cf08a21476f15e0e281db6fcb5.zip
hardware_libhardware-295190f426a209cf08a21476f15e0e281db6fcb5.tar.gz
hardware_libhardware-295190f426a209cf08a21476f15e0e281db6fcb5.tar.bz2
get rid of unused/needed flags
Diffstat (limited to 'include/hardware/gralloc.h')
-rw-r--r--include/hardware/gralloc.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/hardware/gralloc.h b/include/hardware/gralloc.h
index c1724cc..6bde8f7 100644
--- a/include/hardware/gralloc.h
+++ b/include/hardware/gralloc.h
@@ -71,12 +71,6 @@ enum {
GRALLOC_USAGE_HW_MASK = 0x00001F00,
};
-enum {
- /* the framebuffer is mapped in memory */
- FRAMEBUFFER_RESERVED0 = 0x00000001,
- FRAMEBUFFER_FLAG_MAPPED = 0x00000002,
-};
-
/*****************************************************************************/
typedef const native_handle* buffer_handle_t;