Skip to content

Commit

Permalink
Remove useless bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
Neogeekmo committed Jun 3, 2024
1 parent 48d4bf8 commit 98bcf3b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Bindings.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
<Bindings>
<Binding name="CLICK AprRCItemButton:LeftButton" header="Nothing" category="BINDING_HEADER_APR_ROUTE_RECORDER"/>
</Bindings>
4 changes: 0 additions & 4 deletions Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ function AprRC:OnInitialize()
AprRC.event:MyRegisterEvent()
AprRC:saveQuestInfo()

-- Init Global Variables, UI oriented
BINDING_HEADER_APR_ROUTE_RECORDER = AprRC.title -- Header text for APR's main frame
_G["BINDING_NAME_" .. "CLICK AprRCItemButton:LeftButton"] = L_APR["USE_QUEST_ITEM"]

-- Register to Chat
C_ChatInfo.RegisterAddonMessagePrefix("AprRCChat")
end

0 comments on commit 98bcf3b

Please sign in to comment.