summaryrefslogtreecommitdiff
path: root/src/core/include
diff options
context:
space:
mode:
authoronelin <oscar@nelin.dk>2025-04-13 09:28:24 +0000
committeronelin <oscar@nelin.dk>2025-05-02 18:07:56 +0000
commitd0d3236687e265e6507a275fae506b17f2c85f6a (patch)
treea28710f2608b54e70d190371a06c240d09dcbe89 /src/core/include
parentaa35d972ef76d23f90d602b684b87510ddbb6fc0 (diff)
Move bindings to Window
Diffstat (limited to 'src/core/include')
-rw-r--r--src/core/include/engine/core/platform.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/core/include/engine/core/platform.h b/src/core/include/engine/core/platform.h
index 0a1bb45..de39f71 100644
--- a/src/core/include/engine/core/platform.h
+++ b/src/core/include/engine/core/platform.h
@@ -9,7 +9,6 @@ extern "C" {
#include <engine/core/types.h>
#include <engine/core/memory.h>
-#include <engine/ctrl/input.h>
#include <engine/rendering/window.h>
#include <engine/resources.h>
@@ -37,12 +36,6 @@ typedef struct Instance {
memory* mem;
- /* The ctrl is probably the only sensible thing in this struct. */
- usize bindings_sz;
- usize bindings_len;
- i_ctx** bindings;
-
- binding_t bindings_global[NUM_GLOBAL_BINDINGS];
} Instance;
#ifdef __cplusplus