diff options
author | red031000 <rubenru09@aol.com> | 2020-04-27 22:32:10 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-04-27 22:32:10 +0100 |
commit | 9a74a6787e735615d27dfad9b1eacd2a602841c1 (patch) | |
tree | 2eb65a90c3f3b839a08bf533d3ed94fa7197ec31 /include/nitro/os_alloc.c | |
parent | 635793c855947c62af26bb5f46fd8540d8dabbb9 (diff) |
move OS_GetConsoleType to os_arena
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); |