Removed unused HC_SLEEP command.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8623 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2011-05-17 05:31:33 +00:00
parent 53640b68c2
commit 9bdc12ba95

View File

@ -29,14 +29,12 @@ class Request
{
public:
/** List of 'http commands' for this object:
* HC_SLEEP: No command, sleep
* HC_INIT: Object is being initialised
* HC_DOWNLOAD_FILE : download a file
* HC_QUIT: Stop loop and terminate thread.
* HC_NEWS: Update the news
*/
enum HttpCommands {HC_SLEEP,
HC_QUIT,
enum HttpCommands {HC_QUIT,
HC_INIT,
HC_DOWNLOAD_FILE,
HC_NEWS };