diff options
author | red031000 <rubenru09@aol.com> | 2020-04-28 20:31:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-28 20:31:16 +0100 |
commit | f25a03978ae591aef6ac651342972aa997661692 (patch) | |
tree | 7b23162dd8b087e88e7792509dbc4071af90a04b /include/nitro/os_alloc.c | |
parent | 635793c855947c62af26bb5f46fd8540d8dabbb9 (diff) | |
parent | ca38aae7c3796ffde25a99bf50e84fc0ecea9aa3 (diff) |
Merge pull request #34 from red031000/os_lib
match os_arena.c
Diffstat (limited to 'include/nitro/os_alloc.c')
-rw-r--r-- | include/nitro/os_alloc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/nitro/os_alloc.c b/include/nitro/os_alloc.c index 6f76e3b1..9ba92e18 100644 --- a/include/nitro/os_alloc.c +++ b/include/nitro/os_alloc.c @@ -6,7 +6,6 @@ #include "consts.h" #include "os_system.h" -extern u32 OS_GetConsoleType(); extern Cell* DLInsert(Cell* list, Cell* cell); extern Cell* DLAddFront(Cell* list, Cell* cell); |