]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/t_items.qh
Cleanup
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / t_items.qh
index 35a1768001b50843b7c7e52a3f637bc41f62f0b5..718944952c291571dea3257a0114ab84d43463c9 100644 (file)
@@ -115,12 +115,6 @@ void _StartItem(entity this, entity def, float defaultrespawntime, float default
 
 void target_items_use ();
 
-const float OP_SET = 0;
-const float OP_MIN = 1;
-const float OP_MAX = 2;
-const float OP_PLUS = 3;
-const float OP_MINUS = 4;
-
 float GiveWeapon(entity e, float wpn, float op, float val);
 
 float GiveBit(entity e, .float fld, float bit, float op, float val);