From 7cc5ee5ed965a82b8f9d6359c87d17ef917d6295 Mon Sep 17 00:00:00 2001 From: terencehill Date: Tue, 13 Feb 2018 18:52:33 +0100 Subject: [PATCH] Remove an unused function --- qcsrc/common/deathtypes/all.qh | 2 -- 1 file changed, 2 deletions(-) diff --git a/qcsrc/common/deathtypes/all.qh b/qcsrc/common/deathtypes/all.qh index 0466c230ab..b489a56e4d 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; \ -- 2.39.2