From 69305f8b1d6c6b301724bad09459dbebae240e9d Mon Sep 17 00:00:00 2001 From: Andreas Suter Date: Tue, 17 Oct 2023 16:42:27 +0200 Subject: [PATCH] removed obsolate clean up. --- src/musrFT.cpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/musrFT.cpp b/src/musrFT.cpp index d5483281..e42138b4 100644 --- a/src/musrFT.cpp +++ b/src/musrFT.cpp @@ -1506,16 +1506,5 @@ Int_t main(Int_t argc, Char_t *argv[]) app.Run(true); // true needed that Run will return after quit so that cleanup works } - - // cleanup - if (fourierCanvas) - delete fourierCanvas; - - if (histo.size() > 0) { - for (UInt_t i=0; i