summaryrefslogtreecommitdiff
path: root/shared-core/drm_mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared-core/drm_mode.h')
-rw-r--r--shared-core/drm_mode.h7
1 files changed, 0 insertions, 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;