X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=PWG2%2FRESONANCES%2FAliRsnPair.cxx;h=992a3b543c5e6f81b671796e4cb0f97a74a25700;hp=af0d2a1e6b621c183bb8295d0e584824a345c303;hb=30a34a89825fd09af9d3a73001fa776febef740b;hpb=c53de003335f9069b00f466a4732ae93a5dced77 diff --git a/PWG2/RESONANCES/AliRsnPair.cxx b/PWG2/RESONANCES/AliRsnPair.cxx index af0d2a1e6b6..992a3b543c5 100644 --- a/PWG2/RESONANCES/AliRsnPair.cxx +++ b/PWG2/RESONANCES/AliRsnPair.cxx @@ -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) {