Skip to content

Commit

Permalink
unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Rathoz committed Oct 7, 2024
1 parent 619d9ba commit c6b1ec3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/match2/wikis/trackmania/match_summary.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ local Class = require('Module:Class')
local Icon = require('Module:Icon')
local Lua = require('Module:Lua')
local String = require('Module:StringUtils')
local Table = require('Module:Table')

local DisplayHelper = Lua.import('Module:MatchGroup/Display/Helper')
local MatchSummary = Lua.import('Module:MatchSummary/Base')
Expand All @@ -22,8 +21,6 @@ local GREEN_CHECK = Icon.makeIcon{iconName = 'winner', color = 'forest-green-tex
local NO_CHECK = '[[File:NoCheck.png|link=]]'
local OVERTIME = '[[File:Cooldown_Clock.png|14x14px|link=]]'

local HEADTOHEAD = '[[File:Match Info Stats.png|14x14px|link=%s|Head to Head history]]'

-- Custom Header Class
---@class TrackmaniaMatchSummaryHeader: MatchSummaryHeader
---@field leftElementAdditional Html
Expand Down

0 comments on commit c6b1ec3

Please sign in to comment.