Skip to content

Commit

Permalink
chore(match2): remove unused defaultIcon (#5139)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rathoz authored Nov 25, 2024
1 parent 4186634 commit 32b0ed4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion components/match2/commons/brkts_wiki_specific_base.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ local Lua = require('Module:Lua')

---@class BrktsWikiSpecific
---@field matchHasDetails? fun(match: MatchGroupUtilMatch): boolean
---@field defaultIcon string?
local WikiSpecificBase = {}

-- called from Module:MatchGroup
Expand Down
2 changes: 0 additions & 2 deletions components/match2/wikis/rocketleague/brkts_wiki_specific.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,4 @@ function WikiSpecific.getMatchGroupContainer(matchGroupType)
or Lua.import('Module:MatchGroup/Display/Bracket/Custom').BracketContainer
end

WikiSpecific.defaultIcon = 'Rllogo_std.png'

return WikiSpecific

0 comments on commit 32b0ed4

Please sign in to comment.