From 7919f6e485f26a71975478fe6246e982c2e691d8 Mon Sep 17 00:00:00 2001 From: hikerstk Date: Tue, 9 Jul 2013 00:05:47 +0000 Subject: [PATCH] Removed unused code. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@13136 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- src/addons/network_http.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/addons/network_http.cpp b/src/addons/network_http.cpp index 1d96ca465..2646e19f8 100644 --- a/src/addons/network_http.cpp +++ b/src/addons/network_http.cpp @@ -43,14 +43,6 @@ #include "utils/time.hpp" #include "utils/translation.hpp" -#if defined(WIN32) && !defined(__CYGWIN__) -// Use Sleep, which takes time in msecs. It must be defined after the -// includes, since otherwise irrlicht's sleep function is changed. -# define sleep(s) Sleep(1000*(s)) -#else -# include -#endif - // ---------------------------------------------------------------------------- /** Create a thread that handles all network functions independent of the * main program. NetworkHttp supports only a single thread (i.e. it's not