diff Framework/Deprecated/Loaders/OrthancMultiframeVolumeLoader.cpp @ 1297:6ab03e429f06 broker

integration mainline->broker
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 23 Feb 2020 15:32:24 +0100
parents Framework/Loaders/OrthancMultiframeVolumeLoader.cpp@86400fa16091 Framework/Loaders/OrthancMultiframeVolumeLoader.cpp@7ec8fea061b9
children c38c89684d83
line wrap: on
line diff
--- a/Framework/Deprecated/Loaders/OrthancMultiframeVolumeLoader.cpp	Tue Feb 04 15:24:03 2020 +0100
+++ b/Framework/Deprecated/Loaders/OrthancMultiframeVolumeLoader.cpp	Sun Feb 23 15:32:24 2020 +0100
@@ -345,7 +345,6 @@
     {
       OrthancStone::ImageBuffer3D& target = volume_->GetPixelData();
 
-      const uint64_t bpp = target.GetBytesPerPixel();
       const uint64_t width = target.GetWidth();
       const uint64_t height = target.GetHeight();
       const uint64_t depth = target.GetDepth();