r145: *** empty log message ***
[ctsim.git] / libctsim / backprojectors.cpp
index ed388addbfb292718db205f1e5e13b2561a25c5f..9aa314598a9cc19e69205b3273a39f52d2822e68 100644 (file)
@@ -8,7 +8,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: backprojectors.cpp,v 1.7 2000/07/11 10:32:44 kevin Exp $
+**  $Id: backprojectors.cpp,v 1.8 2000/07/13 07:03:21 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -526,7 +526,6 @@ BackprojectIntDiff3::BackprojectView (const double* const filteredProj, const do
   static const int scaleShift = 16;
   static const kint32 scale = (1 << scaleShift);
   static const kint32 scaleBitmask = scale - 1;
-  static const double dScale = scale;
   static const kint32 halfScale = scale / 2;
   static const double dInvScale = 1. / scale;