Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharparam committed Aug 20, 2024
1 parent af85906 commit f71daaf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions KillTrack.lua
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,6 @@ if KT.Version == "@" .. "project-version" .. "@" then
KT.Debug = true
end

local function FindUnitByGUID(guid)
for i = 1, #Units do
if UnitGUID(Units[i]) == guid then return Units[i] end
end
return nil
end

function KT:OnEvent(_, event, ...)
if self.Events[event] then
self.Events[event](self, ...)
Expand Down

0 comments on commit f71daaf

Please sign in to comment.