From: Samual Lenks Date: Mon, 17 Feb 2014 02:42:17 +0000 (-0500) Subject: Remove comment at the end of the file X-Git-Tag: xonotic-v0.8.0~139^2~1^2~5 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0700fefc9e87e4baa36ce2cb17ab5f4fe9b8f04f;p=xonotic%2Fxonotic-data.pk3dir.git Remove comment at the end of the file --- 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 -*/