Remove unused enum
This commit is contained in:
parent
05b0c3ed19
commit
000845d514
@ -2,13 +2,6 @@
|
|||||||
|
|
||||||
#include "aliases.h"
|
#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;
|
typedef struct event_system EventSystem;
|
||||||
struct event_system {
|
struct event_system {
|
||||||
u64 id;
|
u64 id;
|
||||||
|
Loading…
Reference in New Issue
Block a user