summaryrefslogtreecommitdiff
path: root/modules/window/c++/video_mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/window/c++/video_mode.h')
-rw-r--r--modules/window/c++/video_mode.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/window/c++/video_mode.h b/modules/window/c++/video_mode.h
deleted file mode 100644
index a8f1695..0000000
--- a/modules/window/c++/video_mode.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#pragma once
-
-#include <cstddef>
-
-namespace saw {
-class video_mode {
-public:
- size_t width = 64;
- size_t height = 64;
-};
-} // namespace saw