]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/t_items.qh
Make simple items bob
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / t_items.qh
index 3740c9a576d5ee045a8d80660fbbbc6170399cc1..455952dd63801dccc17d5548c4282b2398629254 100644 (file)
@@ -44,7 +44,6 @@ string autocvar_cl_simpleitems_postfix = "_simple";
 .vector colormod;
 
 void ItemDraw(entity this);
-void ItemDrawSimple(entity this);
 
 #endif
 #ifdef SVQC