diff --git a/src/utils/getDefaultToolbarButtons.js b/src/utils/getDefaultToolbarButtons.js index a4393eb3c..408f84c45 100644 --- a/src/utils/getDefaultToolbarButtons.js +++ b/src/utils/getDefaultToolbarButtons.js @@ -49,48 +49,6 @@ export default function() { icon: 'angle-left', active: false, }, - { - command: 'Bidirectional', - type: 'tool', - text: 'Bidirectional', - icon: 'measure-target', - active: false, - }, - { - command: 'Brush', - type: 'tool', - text: 'Brush', - icon: 'circle', - active: false, - }, - { - command: 'FreehandMouse', - type: 'tool', - text: 'Freehand', - icon: 'star', - active: false, - }, - { - command: 'EllipticalRoi', - type: 'tool', - text: 'EllipticalRoi', - icon: 'oval', - active: false, - }, - { - command: 'CircleRoi', - type: 'tool', - text: 'CircleRoi', - icon: 'dot-circle', - active: false, - }, - { - command: 'RectangleRoi', - type: 'tool', - text: 'RectangleRoi', - icon: 'square-o', - active: false, - }, { command: 'reset', type: 'command',