]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove an unused function
authorterencehill <piuntn@gmail.com>
Tue, 13 Feb 2018 17:52:33 +0000 (18:52 +0100)
committerterencehill <piuntn@gmail.com>
Tue, 13 Feb 2018 17:52:33 +0000 (18:52 +0100)
qcsrc/common/deathtypes/all.qh

index 0466c230ab3b709f40343ce3d2bba3c2c3442894..b489a56e4db151ffbea7f70cd7e4326a5c72a822 100644 (file)
@@ -11,8 +11,6 @@ REGISTRY_CHECK(Deathtypes)
 .entity death_msgmurder;
 .string death_msgextra;
 
-int dt_identity(int i) { return i; }
-
 #define REGISTER_DEATHTYPE(id, msg_death, msg_death_by, extra) \
     REGISTER(Deathtypes, DEATH, id, m_id, new_pure(deathtype)) { \
         this.m_id += DT_FIRST; \