From 6616765b39f8f479ef8afbcdf202e07e784730fb Mon Sep 17 00:00:00 2001 From: Jeffery Myers Date: Thu, 31 Dec 2020 13:12:47 -0800 Subject: [PATCH] Remove unused/unneeded unload callbacks. --- src/utils.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utils.h b/src/utils.h index 5215096a4..4d21960ee 100644 --- a/src/utils.h +++ b/src/utils.h @@ -29,9 +29,7 @@ // internal loader functions that may or may not call the virtual file system unsigned char* RLLoadFileData(const char* fileName, unsigned int* bytesRead); -void RLUnloadFileData(unsigned char* data); char* RLLoadFileText(const char* fileName); -void RLUnloadFileText(unsigned char* text); #if defined(PLATFORM_ANDROID) #include // Required for: FILE