Skip to content
Snippets Groups Projects
Commit a46785cd authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

rm unused modifying fct

parent 826412c1
No related branches found
No related tags found
2 merge requests!907Core cleanup,!905mv class Instrument out of core
......@@ -34,8 +34,3 @@ const IDetector& Instrument::detector() const
{
return *m_detector;
}
IDetector& Instrument::detector()
{
return *m_detector;
}
......@@ -31,7 +31,6 @@ public:
const Beam& beam() const { return *m_beam; }
const IDetector* getDetector() const;
IDetector& detector();
const IDetector& detector() const;
protected:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment