Skip to content

Commit

Permalink
Re #7480. Remove unused variable (gave cppcheck warning).
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellTaylor committed Jul 18, 2013
1 parent 3ae585b commit 7b45de8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Code/Mantid/MantidQt/SliceViewer/src/QPeaksTableModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,6 @@ namespace MantidQt
// hide some columns based on the techniques
{ // shrink variable scope
std::set<std::string> techniques = instrInfo.techniques();
// required for ???
const std::string SCD("Single Crystal Diffraction");
// required for showing final and delta energy
const std::string IGS("TOF Indirect Geometry Spectroscopy");
// required for showing initial and delta energy
Expand Down

0 comments on commit 7b45de8

Please sign in to comment.