]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/RESONANCES/AliRsnPair.cxx
removed obsolete commented methods
[u/mrichter/AliRoot.git] / PWG2 / RESONANCES / AliRsnPair.cxx
index af0d2a1e6b621c183bb8295d0e584824a345c303..992a3b543c5e6f81b671796e4cb0f97a74a25700 100644 (file)
@@ -366,20 +366,6 @@ void AliRsnPair::AddFunction(AliRsnFunction *fcn)
   AliDebug(AliLog::kDebug+2,"->");
 }
 
-/*
-//_____________________________________________________________________________
-void AliRsnPair::AddFunction(AliRsnFunctionDef *fcn)
-{
-//
-// Adds a new computing function
-//
-  AliDebug(AliLog::kDebug+2,"<-");
-  Int_t size = fFunctions.GetEntries();
-  new (fFunctions[size]) AliRsnFunctionNew(fcn);
-    AliDebug(AliLog::kDebug+2,"->");
-}
-*/
-
 //________________________________________________________________________________________
 Bool_t AliRsnPair::CutPass(AliRsnDaughter *d)
 {