Mercurial > hg > orthanc-stone
changeset 1024:9889c819db01
fix
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Fri, 04 Oct 2019 17:47:13 +0200 |
parents | 701f36c28193 |
children | 7912de3a15e0 |
files | Framework/Radiography/RadiographySceneReader.cpp |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Framework/Radiography/RadiographySceneReader.cpp Thu Oct 03 14:38:06 2019 +0200 +++ b/Framework/Radiography/RadiographySceneReader.cpp Fri Oct 04 17:47:13 2019 +0200 @@ -232,7 +232,6 @@ for(size_t layerIndex = 0; layerIndex < input["layers"].size(); layerIndex++) { const Json::Value& jsonLayer = input["layers"][(int)layerIndex]; - RadiographyLayer::Geometry geometry; if (jsonLayer["type"].asString() == "dicom") { ReadLayerGeometry(geometry, jsonLayer);