diff options
Diffstat (limited to 'src/core/include')
| -rw-r--r-- | src/core/include/engine/core/platform.h | 7 |
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 |
