From 0f35c5c9538d8e1eb25023bc5ef21063a766042b Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Tue, 24 Nov 2009 17:57:00 +0100 Subject: Remove drm_mode_clip, its not needed. --- shared-core/drm_mode.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/shared-core/drm_mode.h b/shared-core/drm_mode.h index 07f78839..762c84d7 100644 --- a/shared-core/drm_mode.h +++ b/shared-core/drm_mode.h @@ -236,13 +236,6 @@ struct drm_mode_fb_dirty_cmd { uint64_t clips_ptr; }; -struct drm_mode_fb_clip { - uint16_t x; - uint16_t y; - uint16_t width; - uint16_t height; -}; - struct drm_mode_mode_cmd { uint32_t connector_id; struct drm_mode_modeinfo mode; -- cgit v1.2.3