Remove unused var

This commit is contained in:
Brandon Sturgeon 2022-06-20 22:13:49 -07:00
parent 652da2313c
commit ab4cd479c7

View File

@ -262,8 +262,6 @@ local function addButtonsBar( frame )
-- Put buttons onto the panel as members for easy access
barPanel.reconBtn = makeButton( barPanel, "AUTO-RECONNECT", 0.25, function( self )
local confirmDisconnect = barPanel.confirmDisconnect
if barPanel.confirmDisconnect then
showMessage( "Disconnecting..." )
barPanel.disconBtn:SetDisabled( true )