libdrm: Remove typedef for non-existing enum
authorPauli Nieminen <suokkos@gmail.com>
Fri, 3 Jul 2009 23:18:49 +0000 (02:18 +0300)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 6 Jul 2009 16:20:31 +0000 (09:20 -0700)
shared-core/drm.h

index 7758af4..42a6c23 100644 (file)
@@ -855,7 +855,6 @@ typedef struct drm_set_version drm_set_version_t;
 typedef struct drm_fence_arg drm_fence_arg_t;
 typedef struct drm_mm_type_arg drm_mm_type_arg_t;
 typedef struct drm_mm_init_arg drm_mm_init_arg_t;
-typedef enum drm_bo_type drm_bo_type_t;
 #endif
 
 #endif