From 8c0b2f920b8415733fd2b8ef0fd87046bfbc9741 Mon Sep 17 00:00:00 2001 From: Erik Ziegler Date: Sat, 12 Nov 2016 21:47:19 +0100 Subject: [PATCH] Remove unnecessary Rotate Left button --- .../components/toolbarSection/toolbarSection.js | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/LesionTracker/client/components/toolbarSection/toolbarSection.js b/LesionTracker/client/components/toolbarSection/toolbarSection.js index 10ea1d329..6fe77da8f 100644 --- a/LesionTracker/client/components/toolbarSection/toolbarSection.js +++ b/LesionTracker/client/components/toolbarSection/toolbarSection.js @@ -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({