From a7c590700871057536a78d8b4bf8dedce241471a Mon Sep 17 00:00:00 2001
From: Olivier Langella <Olivier.Langella@moulon.inra.fr>
Date: Sat, 10 Jun 2017 07:50:06 +0200
Subject: [PATCH] remove uneeded files

---
 src/core/spectrumid.cpp | 24 ------------------------
 src/core/spectrumid.h   | 41 -----------------------------------------
 2 files changed, 65 deletions(-)
 delete mode 100644 src/core/spectrumid.cpp
 delete mode 100644 src/core/spectrumid.h

diff --git a/src/core/spectrumid.cpp b/src/core/spectrumid.cpp
deleted file mode 100644
index 69c68d19d..000000000
--- a/src/core/spectrumid.cpp
+++ /dev/null
@@ -1,24 +0,0 @@
-
-/*******************************************************************************
-* Copyright (c) 2017 Olivier Langella <olivier.langella@u-psud.fr>.
-*
-* This file is part of XTPcpp.
-*
-*     XTPcpp is free software: you can redistribute it and/or modify
-*     it under the terms of the GNU General Public License as published by
-*     the Free Software Foundation, either version 3 of the License, or
-*     (at your option) any later version.
-*
-*     XTPcpp is distributed in the hope that it will be useful,
-*     but WITHOUT ANY WARRANTY; without even the implied warranty of
-*     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-*     GNU General Public License for more details.
-*
-*     You should have received a copy of the GNU General Public License
-*     along with XTPcpp.  If not, see <http://www.gnu.org/licenses/>.
-*
-* Contributors:
-*     Olivier Langella <olivier.langella@u-psud.fr> - initial API and implementation
-******************************************************************************/
-
-#include "spectrumid.h"
diff --git a/src/core/spectrumid.h b/src/core/spectrumid.h
deleted file mode 100644
index d7ea3dbbe..000000000
--- a/src/core/spectrumid.h
+++ /dev/null
@@ -1,41 +0,0 @@
-
-/*******************************************************************************
-* Copyright (c) 2017 Olivier Langella <olivier.langella@u-psud.fr>.
-*
-* This file is part of XTPcpp.
-*
-*     XTPcpp is free software: you can redistribute it and/or modify
-*     it under the terms of the GNU General Public License as published by
-*     the Free Software Foundation, either version 3 of the License, or
-*     (at your option) any later version.
-*
-*     XTPcpp is distributed in the hope that it will be useful,
-*     but WITHOUT ANY WARRANTY; without even the implied warranty of
-*     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-*     GNU General Public License for more details.
-*
-*     You should have received a copy of the GNU General Public License
-*     along with XTPcpp.  If not, see <http://www.gnu.org/licenses/>.
-*
-* Contributors:
-*     Olivier Langella <olivier.langella@u-psud.fr> - initial API and implementation
-******************************************************************************/
-#include <pappsomspp/msrun/msrunid.h>
-
-#ifndef SPECTRUMID_H
-#define SPECTRUMID_H
-
-class SpectrumId
-{
-
-   
-private :
-     SpectrumId(pappso::MsRunIdSp msrunid_sp, unsigned int scan);
-   
-private :
-    pappso::MsRunIdSp _msrunid_sp;
-    unsigned int _scan;
-
-};
-
-#endif // SPECTRUMID_H
-- 
GitLab