diff --git a/src/posix/cocoa/i_system.mm b/src/posix/cocoa/i_system.mm index 4de8047e9a..c8f066be5b 100644 --- a/src/posix/cocoa/i_system.mm +++ b/src/posix/cocoa/i_system.mm @@ -387,7 +387,3 @@ TArray I_GetGogPaths() return TArray(); } -bool I_HTTPRequest(const char* request) -{ - // todo -}