diff options
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); |