Index: Tools/GardeningServer/scripts/ui/actions.js |
diff --git a/Tools/GardeningServer/scripts/ui/actions.js b/Tools/GardeningServer/scripts/ui/actions.js |
index 131f9168636f33e5f8abc4b29c167602b9aaaefc..cb6c5c6461a4396d87834484ed7478464ae2a37b 100644 |
--- a/Tools/GardeningServer/scripts/ui/actions.js |
+++ b/Tools/GardeningServer/scripts/ui/actions.js |
@@ -45,13 +45,6 @@ var Action = base.extends('button', { |
} |
}); |
-ui.actions.Close = base.extends(Action, { |
- init: function() { |
- this.textContent = 'Close'; |
- this._eventName = 'close'; |
- } |
-}); |
- |
ui.actions.Examine = base.extends(Action, { |
init: function() { |
this.textContent = 'Examine'; |
@@ -60,13 +53,6 @@ ui.actions.Examine = base.extends(Action, { |
} |
}); |
-ui.actions.ExpectFailure = base.extends(Action, { |
- init: function() { |
- this.textContent = 'Expect Failure'; |
- this._eventName = 'expectfailure'; |
- } |
-}); |
- |
ui.actions.Next = base.extends(Action, { |
init: function() { |
this.innerHTML = '▶'; |