Remove unused methods
This commit is contained in:
@@ -243,11 +243,6 @@ StarFit::~StarFit()
|
||||
{
|
||||
}
|
||||
|
||||
Star StarFit::fitStar(RawImageAbs *image, const Peak &peak)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Star StarFit::fitStar(const std::vector<double> &data, bool angle)
|
||||
{
|
||||
gsl_multifit_nlinear_fdf *fdf = angle ? &m_fdf_an : &m_fdf;
|
||||
|
||||
Reference in New Issue
Block a user