From 5c926fea0ff4a673e4a61a1e13ae28cf810c5927 Mon Sep 17 00:00:00 2001 From: cadmic Date: Tue, 30 Jan 2024 20:40:15 -0800 Subject: [PATCH] Remove Main_LogSystemHeap from functions.h (#1676) --- include/functions.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/functions.h b/include/functions.h index 52873969c1..fd6187141c 100644 --- a/include/functions.h +++ b/include/functions.h @@ -1346,7 +1346,6 @@ ListAlloc* ListAlloc_Init(ListAlloc* this); void* ListAlloc_Alloc(ListAlloc* this, u32 size); void ListAlloc_Free(ListAlloc* this, void* data); void ListAlloc_FreeAll(ListAlloc* this); -void Main_LogSystemHeap(void); void Main(void* arg); void SysCfb_Init(s32 n64dd); void* SysCfb_GetFbPtr(s32 idx);