]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TGeant3/TPaveTree.cxx
Mainly coding conventions + some small bug fixes
[u/mrichter/AliRoot.git] / TGeant3 / TPaveTree.cxx
index 9abbeb3f1abcfe0162646d230415bb6bc08f47d7..80713d91c03e9583f5702106309ad420fffa69c1 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.5  1999/09/29 09:24:31  fca
+Introduction of the Copyright and cvs Log
+
 */
 
 ///////////////////////////////////////////////////////////////////////////////
@@ -75,24 +78,6 @@ TPaveTree::~TPaveTree()
   //
 }
 
-//_____________________________________________________________________________
-TPaveTree::TPaveTree(const TPaveTree &PaveTree)
-{
-  //
-  // Copy Constructor
-  //
-  ((TPaveTree&)PaveTree).Copy(*this);
-}
-
-//_____________________________________________________________________________
-void TPaveTree::Copy(TObject &obj)
-{
-  //
-  //  Copy this PaveTree to PaveTree
-  //
-  TPaveLabel::Copy(obj);
-}
-
 //_____________________________________________________________________________
 void TPaveTree::DrawSpec()
 {