diff options
Diffstat (limited to 'include/hardware/gralloc.h')
-rw-r--r-- | include/hardware/gralloc.h | 6 |
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; |