From 0700fefc9e87e4baa36ce2cb17ab5f4fe9b8f04f Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Sun, 16 Feb 2014 21:42:17 -0500 Subject: [PATCH] Remove comment at the end of the file --- qcsrc/common/playerstats.qh | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/qcsrc/common/playerstats.qh b/qcsrc/common/playerstats.qh index 3e794c102..bdbf75b2f 100644 --- a/qcsrc/common/playerstats.qh +++ b/qcsrc/common/playerstats.qh @@ -116,27 +116,3 @@ void PlayerStats_PlayerDetail(void); void PlayerStats_PlayerDetail_CheckUpdate(void); void PlayerStats_PlayerDetail_Handler(entity fh, entity p, float status); #endif - -/* -//// WIP -zykure ///////////////////////////////////////////////////// - - -//const string playerinfo_uri = "http://localhost:6543"; // FIXME - -string PlayerInfo_GetItem(entity e, string item_id); -string PlayerInfo_GetItemLocal(string item_id); - -void PlayerInfo_Init(); -#ifdef SVQC -string autocvar_g_playerinfo_uri; -void PlayerInfo_Basic(entity p); -#endif -#ifdef MENUQC -string autocvar_g_playerinfo_uri; -void PlayerInfo_Details(); -#endif -#ifdef CSQC - -//void PlayerInfo_Details(); -#endif -*/ -- 2.39.2