]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/t_items.qh
Move itemstime hud drawing into the mutator
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / t_items.qh
index 364f4c188dc9da5297766d4394736314d9d15988..35cce6178d8a3ec4ca3078c72f5c4e74251a91de 100644 (file)
@@ -113,10 +113,6 @@ const float ITEM_RESPAWN_TICKS = 10;
 .float max_armorvalue;
 .float pickup_anyway;
 
-void Item_ItemsTime_SetTimesForPlayer(entity e);
-
-void Item_ItemsTime_ResetTimesForPlayer(entity e);
-
 void Item_Show (entity e, float mode);
 
 void Item_Respawn (void);