]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mapobjects/misc/keys.qh
Remove key-specific BIT macro
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mapobjects / misc / keys.qh
index 50be5f8dba7ef998c238dd68fbb531f6951da142..b381b5455cdd67bd30bac4f74fa55ff5006976fc 100644 (file)
@@ -1,10 +1,5 @@
 #pragma once
 
-/**
- * Returns the bit ID of a key
- */
-#define ITEM_KEY_BIT(n)        ( bitshift(1, n) )
-
 #define ITEM_KEY_MAX   24
 
 /**