]> git.sur5r.net Git - i3/i3/commitdiff
remove left-over type definition for mode_info
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 9 Oct 2011 17:25:00 +0000 (18:25 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 9 Oct 2011 17:25:21 +0000 (18:25 +0100)
src/randr.c

index f5f5d19828dc44010da43c960e3fbd5e3f4d5d17..96cc880abcf5c359b09a3816b50c61e12c535c74 100644 (file)
@@ -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 */