From: terencehill Date: Tue, 13 Feb 2018 17:52:33 +0000 (+0100) Subject: Remove an unused function X-Git-Tag: xonotic-v0.8.5~2318 X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=7cc5ee5ed965a82b8f9d6359c87d17ef917d6295;p=xonotic%2Fxonotic-data.pk3dir.git Remove an unused function --- diff --git a/qcsrc/common/deathtypes/all.qh b/qcsrc/common/deathtypes/all.qh index 0466c230a..b489a56e4 100644 --- a/qcsrc/common/deathtypes/all.qh +++ b/qcsrc/common/deathtypes/all.qh @@ -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; \