Skip to content

Commit 3ce7b43

Browse files
Update keyboard.h
1 parent ca85b95 commit 3ce7b43

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

code/logic/fossil/io/keyboard.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ typedef struct {
4444
size_t count;
4545
} fossil_io_mouse_manager_t;
4646

47-
static fossil_io_mouse_manager_t mouse_manager = { .count = 0 };
48-
4947
typedef struct {
5048
int x; // X position of the touch
5149
int y; // Y position of the touch
@@ -70,8 +68,6 @@ typedef struct {
7068
size_t count;
7169
} fossil_io_touch_manager_t;
7270

73-
static fossil_io_touch_manager_t touch_manager = { .count = 0 };
74-
7571
// Define a keyboard event structure
7672
typedef struct {
7773
int shift; // 1 if Shift is pressed, 0 otherwise

0 commit comments

Comments
 (0)