Skip to content

Commit

Permalink
Issue 746: Remove unused method.
Browse files Browse the repository at this point in the history
  • Loading branch information
PMSeitzer committed Sep 12, 2024
1 parent c47c025 commit d4d2c04
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions src/maven/background_peaks_update.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -984,12 +984,6 @@ bool BackgroundPeakUpdate::sliceHasMS2Event(mzSlice* slice) {
return false;
}

void BackgroundPeakUpdate::setSamples(vector<mzSample*>& set){
samples=set;


}

void BackgroundPeakUpdate::processMassSlices() {

qDebug() << "BackgroundPeakUpdate:processMassSlices()";
Expand Down
1 change: 0 additions & 1 deletion src/maven/background_peaks_update.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ class BackgroundPeakUpdate : public QThread
void setCompounds(vector<Compound*>set) { compounds=set; }
void setSlices(vector<mzSlice*>set) { _slices=set; }
void setPeakGroup(PeakGroup* p) { _group = p; }
void setSamples(vector<mzSample*>&set);
void setMainWindow(MainWindow* mw) { mainwindow = mw; }
void setOutputDir(QString outdir) { outputdir = outdir.toStdString() + string(DIR_SEPARATOR_STR); }
void setMaxGroupCount(int x) { limitGroupCount=x; }
Expand Down

0 comments on commit d4d2c04

Please sign in to comment.