Skip to content

Commit

Permalink
refs #6279 remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Dec 11, 2012
1 parent 2411bb6 commit 54e9e13
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ namespace SliceViewer
Mantid::Kernel::V3D m_origin;
/// actual peak radius
const double m_radius;
/// normalisation value.
double m_normalisation;
/// Max opacity
const double m_opacityMax;
/// Min opacity
Expand All @@ -96,8 +94,6 @@ namespace SliceViewer
double m_opacityAtDistance;
/// Cached radius at the distance z from origin
double m_radiusAtDistance;
/// Cached scale
double m_scale;
};


Expand Down

0 comments on commit 54e9e13

Please sign in to comment.