OSDN Git Service

Merge remote-tracking branch 'origin/master' into nougat-x86
[android-x86/external-gbm_gralloc.git] / gralloc_drm_handle.h
index 9cb37ed..d7dd73d 100644 (file)
@@ -87,11 +87,6 @@ static inline int gralloc_drm_get_prime_fd(buffer_handle_t _handle)
        return (handle) ? handle->prime_fd : -1;
 }
 
-static inline int gralloc_drm_get_gem_handle(buffer_handle_t handle)
-{
-       return 0; /* Not supported, return invalid handle. */
-}
-
 #ifdef __cplusplus
 }
 #endif