feat: Remove unused options and clean up code in RaidTimeline and MapOverlay modules

This commit is contained in:
Torsten Brendgen
2026-04-16 11:11:12 +02:00
parent dca24c77c9
commit af16ab1c0c
4 changed files with 35 additions and 30 deletions

View File

@@ -881,9 +881,6 @@ function WorldMapPinMixin:OnLoad()
if self.SetScalingLimits then
self:SetScalingLimits(1, 1.0, 1.2)
end
if self.SetPassThroughButtons then
self:SetPassThroughButtons("")
end
end
function WorldMapPinMixin:OnAcquired(poi, settings, owner)