# HG changeset patch # User Flick # Date 1287618096 0 # Node ID f51e07b581e7d69ce69e91203c5afd6d1997893b # Parent bf64e71701e2e063a7481ec00c66022814d90468 remove global bindings (toggle bar lock, etc) diff -r bf64e71701e2 -r f51e07b581e7 Bindings.lua --- a/Bindings.lua Wed Oct 20 23:40:41 2010 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -local addonName, addonTable = ... -local ReAction = addonTable.ReAction -local L = ReAction.L -local _G = _G - -_G["BINDING_HEADER_REACTION"] = L["ReAction"] - -_G["BINDING_NAME_REACTION_TOGGLELOCK"] = L["Toggle ReAction Bar Lock"] -_G["BINDING_NAME_REACTION_TOGGLEKEYBIND"] = L["ReAction Keybinding Mode"] diff -r bf64e71701e2 -r f51e07b581e7 Bindings.xml --- a/Bindings.xml Wed Oct 20 23:40:41 2010 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ - - - - ReAction:SetConfigMode(not ReAction:GetConfigMode()) - - - ReAction:SetKeybindMode(not ReAction:GetKeybindMode()) - - diff -r bf64e71701e2 -r f51e07b581e7 ReAction.toc --- a/ReAction.toc Wed Oct 20 23:40:41 2010 +0000 +++ b/ReAction.toc Wed Oct 20 23:41:36 2010 +0000 @@ -14,7 +14,6 @@ locale\locale.xml ReAction.lua -bindings.lua classes\classes.xml modules\modules.xml