mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-26 06:59:52 -05:00
backend/drm: drop SKIP in match_connectors_with_crtcs()
It's unused.
This commit is contained in:
parent
5f3b99bbed
commit
5432108846
2 changed files with 7 additions and 15 deletions
|
|
@ -19,10 +19,7 @@ void generate_cvt_mode(drmModeModeInfo *mode, int hdisplay, int vdisplay,
|
|||
float vrefresh);
|
||||
|
||||
// Part of match_connectors_with_crtcs
|
||||
enum {
|
||||
UNMATCHED = (uint32_t)-1,
|
||||
SKIP = (uint32_t)-2,
|
||||
};
|
||||
#define UNMATCHED ((uint32_t)-1)
|
||||
|
||||
/**
|
||||
* Tries to match DRM connectors with DRM CRTCs.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue