]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removing declaration of constructor with report identifiers as parameters
authorrgrosso <rgrosso@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 3 Dec 2008 10:59:01 +0000 (10:59 +0000)
committerrgrosso <rgrosso@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 3 Dec 2008 10:59:01 +0000 (10:59 +0000)
STEER/AliSurveyToAlignObjs.h

index 5882ef78c8382878f9ac399d376e4de44b90ce07..b642dfe15c62239e0526c815d7d4949c74a62cf6 100644 (file)
@@ -21,7 +21,6 @@ class AliSurveyToAlignObjs : public TObject {
 
  public:
   AliSurveyToAlignObjs();
-  AliSurveyToAlignObjs(const char* det, Int_t repNum, Int_t repVer);
   AliSurveyToAlignObjs(const AliSurveyToAlignObjs &align); // copy constructor
   AliSurveyToAlignObjs &operator = (const AliSurveyToAlignObjs &align); //assignment operator