Remove unused enum

This commit is contained in:
Abdelrahman Said 2025-01-26 18:00:20 +00:00
parent 05b0c3ed19
commit 000845d514

View File

@ -2,13 +2,6 @@
#include "aliases.h"
enum {
ES_INIT_SUCCESS = 0,
ES_INIT_NULL_POINTER,
ES_INIT_ALREADY_INITIALISED,
ES_INIT_ALLOCATION_FAILED,
};
typedef struct event_system EventSystem;
struct event_system {
u64 id;