From 8a1ec8f0cfd3c6b4cd29ea5456cbdf598f7f0b06 Mon Sep 17 00:00:00 2001 From: Simon Rit Date: Wed, 15 Jun 2011 10:47:36 +0200 Subject: [PATCH] Removed unused text variable --- vv/vvSlicer.cxx | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/vv/vvSlicer.cxx b/vv/vvSlicer.cxx index 6100c56..3ac0ecd 100644 --- a/vv/vvSlicer.cxx +++ b/vv/vvSlicer.cxx @@ -98,22 +98,6 @@ vvSlicer::vvSlicer() mVFColor[1] = 1; mVFColor[2] = 0; - std::string text = "F1 = sagital; F2 = coronal; F3 = axial\n"; - text += "F5 = horizontal flip; F6 = vertical flip\n\n"; - text += "0,1,2,3,4,5 : preset windowing\n"; - text += "6,7,8,9 : preset colormap\n"; - text += "z : local windowing\n"; - text += "r : reset view\n"; - text += "l : reload image\n"; - text += "f : fly to mouse position\n"; - text += "g : go to cross hair position\n\n"; - text += "Up,down : change slice\n"; - text += "Left,right : change tenporal slice\n\n"; - text += "Scrollbar (or w/x) : zoom in/out\n"; - text += "left button : synchronize all views\n"; - text += "middle button : grab image\n"; - text += "right button : change windowing\n"; - crossCursor = vtkSmartPointer::New(); crossCursor->AllOff(); crossCursor->AxesOn(); -- 2.45.1