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