0
0
Fork 0
mirror of https://github.com/ZDoom/gzdoom.git synced 2025-03-05 17:11:12 +00:00

- remove empty Mac I_HTTPRequest prototype since it's not used

This commit is contained in:
Rachael Alexanderson 2018-03-04 23:52:12 -05:00 committed by Christoph Oelckers
parent f2f649bf77
commit fbc4831072

View file

@ -387,7 +387,3 @@ TArray<FString> I_GetGogPaths()
return TArray<FString>();
}
bool I_HTTPRequest(const char* request)
{
// todo
}