Remove unnecessary Rotate Left button

This commit is contained in:
Erik Ziegler 2016-11-12 21:47:19 +01:00
parent dae53c25f9
commit 8c0b2f920b

View File

@ -128,13 +128,6 @@ Template.toolbarSection.helpers({
svgLink: '/packages/ohif_viewerbase/assets/icons.svg#icon-tools-reset'
});
buttonData.push({
id: 'rotateL',
title: 'Rotate Left',
classes: 'imageViewerCommand toolbarSectionButton',
svgLink: '/packages/ohif_viewerbase/assets/icons.svg#icon-tools-rotate-left'
});
buttonData.push({
id: 'rotateR',
title: 'Rotate Right',
@ -185,13 +178,6 @@ Template.toolbarSection.helpers({
disableFunction: hasMultipleFrames
});
buttonData.push({
id: 'clearTools',
title: 'Clear',
classes: 'imageViewerCommand toolbarSectionButton',
svgLink: '/packages/ohif_viewerbase/assets/icons.svg#icon-tools-clear'
});
// TODO: Get real icons for CR / UN / EX
/* Disabling these for now, since they aren't hooked up in the Lesion Tracker yet
buttonData.push({