changeset 28:d18ce89b6d09

Removed dead code.
author madcatzinc@35b17cf1-18cd-47ff-9ca3-31d6b526ef09
date Thu, 25 Apr 2013 01:31:01 +0000
parents fa41b4402270
children e8a004a4177b
files OptionView.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/OptionView.lua	Thu Apr 25 01:30:56 2013 +0000
+++ b/OptionView.lua	Thu Apr 25 01:31:01 2013 +0000
@@ -83,7 +83,6 @@
 end
 
 function CyborgMMO_SetNewKeybind(keyOrButton)
-	local previous = CyborgMMO_WowCommands[CyborgMMO_GetButtonIndex(lastButton)]
 	CyborgMMO_WowCommands[CyborgMMO_GetButtonIndex(lastButton)] = keyOrButton
 	CyborgMMO_SetBindingButtonText(lastButton)
 	CyborgMMO_BindingFrame:Hide()