From: mtadel Date: Fri, 2 Jun 2006 18:15:57 +0000 (+0000) Subject: Removed some comment crap. X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=684070b751f0efaf42fb9758a9e329ec8d528d3a;ds=inline Removed some comment crap. --- diff --git a/EVE/Alieve/TPCSector2DEditor.cxx b/EVE/Alieve/TPCSector2DEditor.cxx index fa7d1d902d0..a188bae9450 100644 --- a/EVE/Alieve/TPCSector2DEditor.cxx +++ b/EVE/Alieve/TPCSector2DEditor.cxx @@ -22,22 +22,13 @@ using namespace Alieve; ClassImp(TPCSector2DEditor) - TPCSector2DEditor::TPCSector2DEditor(const TGWindow *p, Int_t id, Int_t width, Int_t height, - UInt_t options, Pixel_t back) : - TGedFrame(p, id, width, height, options | kVerticalFrame, back) +TPCSector2DEditor::TPCSector2DEditor(const TGWindow *p, Int_t id, Int_t width, Int_t height, + UInt_t options, Pixel_t back) : + TGedFrame(p, id, width, height, options | kVerticalFrame, back) { fM = 0; MakeTitle("TPCSector2D"); - //!!! create the widgets here ... - - // Register the editor. - // TClass *cl = TPCSector2D::Class(); - // TGedElement *ge = new TGedElement; - // ge->fGedFrame = this; - // ge->fCanvas = 0; - // cl->GetEditorList()->Add(ge); - fUseTexture = new TGCheckButton(this, "UseTexture"); AddFrame(fUseTexture, new TGLayoutHints(kLHintsTop, 3, 1, 1, 0)); fUseTexture->Connect diff --git a/EVE/Alieve/TPCSectorViz.cxx b/EVE/Alieve/TPCSectorViz.cxx index 69d7604f9eb..090580ff63f 100644 --- a/EVE/Alieve/TPCSectorViz.cxx +++ b/EVE/Alieve/TPCSectorViz.cxx @@ -51,12 +51,6 @@ TPCSectorViz::~TPCSectorViz() /**************************************************************************/ -//UInt_t TPCSectorViz::IncRTS() -//{ -// return ++fRTS; -//} - - void TPCSectorViz::SetDataSource(TPCData* data) { if(data == fTPCData) return;