From fbc4831072af6303724dfbb313baf290b8b38b7b Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Sun, 4 Mar 2018 23:52:12 -0500 Subject: [PATCH] - remove empty Mac I_HTTPRequest prototype since it's not used --- src/posix/cocoa/i_system.mm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/posix/cocoa/i_system.mm b/src/posix/cocoa/i_system.mm index 4de8047e9..c8f066be5 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 -}