diff Framework/Toolbox/OrthancSlicesLoader.cpp @ 121:e66b2c757790 wasm

displaying rt-struct
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 04 Oct 2017 17:53:47 +0200
parents 063f7f3d9f14
children b963f3a9a86c
line wrap: on
line diff
--- a/Framework/Toolbox/OrthancSlicesLoader.cpp	Wed Oct 04 15:51:34 2017 +0200
+++ b/Framework/Toolbox/OrthancSlicesLoader.cpp	Wed Oct 04 17:53:47 2017 +0200
@@ -659,7 +659,6 @@
     compressor.Uncompress(raw, answer, size);
     
     const Orthanc::DicomImageInformation& info = operation.GetSlice().GetImageInformation();
-    unsigned int frame = operation.GetSlice().GetFrame();
     
     if (info.GetBitsAllocated() == 32 &&
         info.GetBitsStored() == 32 &&