| Index: Tools/GardeningServer/scripts/ui/actions.js
|
| diff --git a/Tools/GardeningServer/scripts/ui/actions.js b/Tools/GardeningServer/scripts/ui/actions.js
|
| index d7bdbd821c9a5822123fbb6302893c955b47e9b6..131f9168636f33e5f8abc4b29c167602b9aaaefc 100644
|
| --- a/Tools/GardeningServer/scripts/ui/actions.js
|
| +++ b/Tools/GardeningServer/scripts/ui/actions.js
|
| @@ -52,14 +52,6 @@ ui.actions.Close = base.extends(Action, {
|
| }
|
| });
|
|
|
| -ui.actions.Rollout = base.extends(Action, {
|
| - init: function() {
|
| - this.textContent = 'Roll out';
|
| - this._eventName = 'rollout';
|
| - this.title = 'Rolls out this revision.'
|
| - }
|
| -});
|
| -
|
| ui.actions.Examine = base.extends(Action, {
|
| init: function() {
|
| this.textContent = 'Examine';
|
|
|