From 36180d8e9b69467b4421cddf73f732ca4cc895ef Mon Sep 17 00:00:00 2001 From: Ilka Antcheva <Ilka.Antcheva@cern.ch> Date: Fri, 9 Jun 2006 15:01:10 +0000 Subject: [PATCH] - cleanup git-svn-id: http://root.cern.ch/svn/root/trunk@15393 27541ba8-7e3a-0410-8455-c3a389f83636 --- gui/src/TGListView.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gui/src/TGListView.cxx b/gui/src/TGListView.cxx index 09ac7d45138..8d288204b3c 100644 --- a/gui/src/TGListView.cxx +++ b/gui/src/TGListView.cxx @@ -1,4 +1,4 @@ -// @(#)root/gui:$Name: $:$Id: TGListView.cxx,v 1.35 2006/05/05 16:13:58 antcheva Exp $ +// @(#)root/gui:$Name: $:$Id: TGListView.cxx,v 1.36 2006/06/06 14:44:59 antcheva Exp $ // Author: Fons Rademakers 17/01/98 /************************************************************************* @@ -699,7 +699,6 @@ TGListView::TGListView(const TGWindow *p, UInt_t w, UInt_t h, fColumns = 0; fJmode = 0; fColHeader = 0; - fHeader = 0; fFontStruct = GetDefaultFontStruct(); fNormGC = GetDefaultGC()(); if (fHScrollbar) -- GitLab