From 538150a192e35e3a1a4f64a298525366bca8caa5 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Thu, 4 Jan 2024 06:00:56 -0800 Subject: [PATCH] Update LuaApi.cpp --- library/LuaApi.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/library/LuaApi.cpp b/library/LuaApi.cpp index c92fcf3ca..fefcd42fe 100644 --- a/library/LuaApi.cpp +++ b/library/LuaApi.cpp @@ -1905,7 +1905,6 @@ static const LuaWrapper::FunctionReg dfhack_units_module[] = { WRAPM(Units, isDemon), WRAPM(Units, isDanger), WRAPM(Units, isGreatDanger), - WRAPM(Units, getUnitFromHFID), WRAPM(Units, teleport), WRAPM(Units, getGeneralRef), WRAPM(Units, getSpecificRef),