From 2898eafda85e4174d7eab60171b15aa286825273 Mon Sep 17 00:00:00 2001
From: Rene Brun <Rene.Brun@cern.ch>
Date: Mon, 15 Jul 2002 16:23:39 +0000
Subject: [PATCH] In TCutG default constructor, do not add the cut to the list
 of specials. When reading from a file, the cut is added in Streamer.

git-svn-id: http://root.cern.ch/svn/root/trunk@4922 27541ba8-7e3a-0410-8455-c3a389f83636
---
 graf/src/TCutG.cxx | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/graf/src/TCutG.cxx b/graf/src/TCutG.cxx
index b7fa097103c..ed6138c4df7 100644
--- a/graf/src/TCutG.cxx
+++ b/graf/src/TCutG.cxx
@@ -1,4 +1,4 @@
-// @(#)root/graf:$Name:  $:$Id: TCutG.cxx,v 1.11 2002/03/15 22:11:47 brun Exp $
+// @(#)root/graf:$Name:  $:$Id: TCutG.cxx,v 1.12 2002/03/26 07:05:57 brun Exp $
 // Author: Rene Brun   16/05/97
 
 /*************************************************************************
@@ -75,7 +75,6 @@ TCutG::TCutG() : TGraph()
 
    fObjectX  = 0;
    fObjectY  = 0;
-   gROOT->GetListOfSpecials()->Add(this);
 }
 
 //______________________________________________________________________________
-- 
GitLab