]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove comment at the end of the file
authorSamual Lenks <samual@xonotic.org>
Mon, 17 Feb 2014 02:42:17 +0000 (21:42 -0500)
committerSamual Lenks <samual@xonotic.org>
Mon, 17 Feb 2014 02:42:17 +0000 (21:42 -0500)
qcsrc/common/playerstats.qh

index 3e794c102515fb49a5c20a9ea78c7c73c68a8823..bdbf75b2f16cf75d027e7ee37a30bafab43f1922 100644 (file)
@@ -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
-*/