libdrm: Remove typedef for non-existing enum

This commit is contained in:
Pauli Nieminen 2009-07-04 02:18:49 +03:00 committed by Ian Romanick
parent 39970c67b7
commit 3dda0050f1

View 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