Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Snakybo committed Feb 12, 2021
1 parent bb43f66 commit bc9e24e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Clicked/Widgets/AceGUIWidget-ClickedKeybinding.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Set Keybindings in the Config UI.
-------------------------------------------------------------------------------]]
local Type, Version = "ClickedKeybinding", 2
local AceGUI = LibStub and LibStub("AceGUI-3.0", true)
local L = LibStub("AceLocale-3.0"):GetLocale("Clicked")

if not AceGUI or (AceGUI:GetWidgetVersion(Type) or 0) >= Version then return end

Expand Down

0 comments on commit bc9e24e

Please sign in to comment.