get rid of GRALLOC_MODULE_PERFORM_CREATE_HANDLE_FROM_BUFFER

Change-Id: I916812dcfa2e1188e7e249303b80b7b221de71fd
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 @@
 
 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