remove unused method

pull/3094/head
Iuri Matias 7 years ago committed by yann300
parent 6babaf4944
commit dfb53d0713
  1. 6
      src/app/debugger/debuggerUI/StepManager.js

@ -110,12 +110,6 @@ StepManager.prototype.startButtonNavigator = function () {
})
}
StepManager.prototype.reset = function () {
this.slider.setValue(0)
this.currentStepIndex = 0
this.buttonNavigator.reset()
}
StepManager.prototype.init = function () {
this.slider.setValue(0)
this.changeState(0)

Loading…
Cancel
Save