From 0f74f9b921ffa17a81ca3d2785410ab57fa6bc4d Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 9 Oct 2011 18:25:00 +0100 Subject: [PATCH] remove left-over type definition for mode_info --- src/randr.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/randr.c b/src/randr.c index f5f5d198..96cc880a 100644 --- a/src/randr.c +++ b/src/randr.c @@ -21,7 +21,6 @@ /* While a clean namespace is usually a pretty good thing, we really need * to use shorter names than the whole xcb_randr_* default names. */ typedef xcb_randr_get_crtc_info_reply_t crtc_info; -typedef xcb_randr_mode_info_t mode_info; typedef xcb_randr_get_screen_resources_current_reply_t resources_reply; /* Pointer to the result of the query for primary output */ -- 2.39.5