- 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
1 changed files with 0 additions and 4 deletions

View File

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