From 3cc3de7f681c2d8c4c604dac40e92d3e7356d5c7 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Wed, 16 Apr 2014 11:13:52 +0000 Subject: Remove duplicate unused code --- cuda/2d/dims.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'cuda/2d/dims.h') diff --git a/cuda/2d/dims.h b/cuda/2d/dims.h index 21ccb31..df349f7 100644 --- a/cuda/2d/dims.h +++ b/cuda/2d/dims.h @@ -53,15 +53,6 @@ struct SDimensions { unsigned int iRaysPerPixelDim; }; -struct SDimensions3D { - unsigned int iVolX; - unsigned int iVolY; - unsigned int iVolZ; - unsigned int iProjAngles; - unsigned int iProjU; // number of detectors in the U direction - unsigned int iProjV; // number of detectors in the V direction -}; - } #endif -- cgit v1.2.3