Skip to content

Commit

Permalink
Fix doxygen warning. Re #6212.
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-roman committed Apr 2, 2013
1 parent 97a6631 commit cb82c1c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/Shape2D.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,18 +151,6 @@ bool Shape2D::isMasked(const QPointF& p)const
return m_fill_color != QColor() && contains(p);
}

///**
// * Set new color.
// *
// * @param color :: The new color to set.
// */
//void Shape2D::setColor(const QColor &color)
//{
// m_color.setRed(color.red());
// m_color.setGreen(color.green());
// m_color.setBlue(color.blue());
//}

// --- Shape2DEllipse --- //

Shape2DEllipse::Shape2DEllipse(const QPointF& center,double radius1,double radius2)
Expand Down

0 comments on commit cb82c1c

Please sign in to comment.