summaryrefslogtreecommitdiff
path: root/libkms++/modedb.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkms++/modedb.h')
-rw-r--r--libkms++/modedb.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/libkms++/modedb.h b/libkms++/modedb.h
deleted file mode 100644
index 43c7afc..0000000
--- a/libkms++/modedb.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#pragma once
-
-#include <cstdint>
-#include "videomode.h"
-
-namespace kms
-{
-struct Videomode;
-
-extern const Videomode dmt_modes[];
-extern const Videomode cea_modes[];
-
-const Videomode& find_dmt(uint32_t width, uint32_t height, uint32_t vrefresh, bool ilace);
-const Videomode& find_cea(uint32_t width, uint32_t height, uint32_t refresh, bool ilace);
-
-}