changeset 14:e27e4204bf5e

Removed unused KeybindDialog OnHide handler
author Flick <flickerstreak@gmail.com>
date Thu, 22 Mar 2007 21:02:57 +0000
parents 2b2dd11e5cc2
children 0ea4c8ab1991
files KeybindDialog.xml
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/KeybindDialog.xml	Thu Mar 22 21:02:22 2007 +0000
+++ b/KeybindDialog.xml	Thu Mar 22 21:02:57 2007 +0000
@@ -102,15 +102,6 @@
       <OnLoad>
         table.insert(UISpecialFrames, this:GetName())
       </OnLoad>
-      <OnHide>
-        ReActionAddOn:SetKeybindMode(false)
-        if this.save then
-          this.save = false
-          SaveBindings(GetCurrentBindingSet())
-        else
-          LoadBindings(GetCurrentBindingSet())
-        end
-      </OnHide>
     </Scripts>
   </Frame>