aboutsummaryrefslogtreecommitdiff
path: root/include/backend/drm/cvt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/backend/drm/cvt.h')
-rw-r--r--include/backend/drm/cvt.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/backend/drm/cvt.h b/include/backend/drm/cvt.h
deleted file mode 100644
index 34db5384..00000000
--- a/include/backend/drm/cvt.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef BACKEND_DRM_CVT_H
-#define BACKEND_DRM_CVT_H
-
-#include <stdbool.h>
-#include <stddef.h>
-#include <stdint.h>
-#include <stdio.h>
-#include <xf86drmMode.h>
-
-void generate_cvt_mode(drmModeModeInfo *mode, int hdisplay, int vdisplay,
- float vrefresh, bool reduced, bool interlaced);
-
-#endif