OSDN Git Service

[libdrm] count connectors and such has no place in a crtc object
authorMaarten Maathuis <madman2003@gmail.com>
Wed, 2 Jul 2008 22:25:06 +0000 (00:25 +0200)
committerMaarten Maathuis <madman2003@gmail.com>
Wed, 2 Jul 2008 22:25:42 +0000 (00:25 +0200)
libdrm/xf86drmMode.h

index f1b7c86..9f1e7a2 100644 (file)
@@ -106,12 +106,6 @@ typedef struct _drmModeCrtc {
        int mode_valid;
        struct drm_mode_modeinfo mode;
 
-       int count_connectors;
-       uint32_t connectors; /**< Connectors that are connected */
-
-       int count_possibles;
-       uint32_t possibles; /**< Connectors that can be connected */
-
        int gamma_size; /**< Number of gamma stops */
 
 } drmModeCrtc, *drmModeCrtcPtr;