From d0d3236687e265e6507a275fae506b17f2c85f6a Mon Sep 17 00:00:00 2001 From: onelin Date: Sun, 13 Apr 2025 11:28:24 +0200 Subject: Move bindings to Window --- src/core/include/engine/core/platform.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/core/include/engine') 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 #include -#include #include #include @@ -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 -- cgit v1.3