Skip to content
Snippets Groups Projects
Commit 2049a8b5 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

From Matevz:

Removed class TGedElement that is no longer needed by the
geom-editors.


git-svn-id: http://root.cern.ch/svn/root/trunk@16344 27541ba8-7e3a-0410-8455-c3a389f83636
parent 5648a813
No related branches found
No related tags found
No related merge requests found
// @(#)$Name: $:$Id: LinkDef.h,v 1.5 2006/07/14 20:00:52 brun Exp $ // @(#)$Name: $:$Id: LinkDef.h,v 1.6 2006/09/25 13:44:45 rdm Exp $
/************************************************************************* /*************************************************************************
* Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. * * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
* All rights reserved. * * All rights reserved. *
...@@ -48,6 +48,5 @@ ...@@ -48,6 +48,5 @@
#pragma link C++ class TGeoMediumDialog; #pragma link C++ class TGeoMediumDialog;
#pragma link C++ class TGeoMaterialDialog; #pragma link C++ class TGeoMaterialDialog;
#pragma link C++ class TGeoGedFrame; #pragma link C++ class TGeoGedFrame;
#pragma link C++ class TGedElement;
#endif #endif
...@@ -29,19 +29,4 @@ public: ...@@ -29,19 +29,4 @@ public:
ClassDef(TGeoGedFrame, 0) ClassDef(TGeoGedFrame, 0)
}; };
class TGedElement : public TObject {
private:
TGedElement(const TGedElement&); // not implemented
TGedElement& operator=(const TGedElement&); // not implemented
public:
TGedElement(): fGedFrame(0), fCanvas(0) { }
TGedFrame *fGedFrame; //object editor
TObject *fCanvas; //connected canvas (0 if disconnected)
ClassDef(TGedElement, 0); //editor element
};
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment