@ -10,7 +10,6 @@ function ButtonNavigator (_parent, _traceManager) {
this.overBackDisabled=true
this.intoForwardDisabled=true
this.overForwardDisabled=true
this.nextCallDisabled=true
this.jumpOutDisabled=true
this.traceManager=_traceManager
@ -67,8 +66,6 @@ ButtonNavigator.prototype.render = function () {
</button>
<buttonid='overforward'title='step over forward'class='fa fa-angle-double-right'style=${ui.formatCss(style.button)}onclick=${function(){self.event.trigger('stepOverForward')}}disabled=${this.overForwardDisabled}>
</button>
<buttonid='nextcall'title='step next call'class='fa fa-chevron-right'style=${ui.formatCss(style.button)}onclick=${function(){self.event.trigger('jumpNextCall')}}disabled=${this.nextCallDisabled}>