To remove TPave from root file

Hello ROOTers,

I want to to remove TPave:stat. I have attached a root file with this.
How can I do this?
Thanks in advance,
Summit.
c.root (44.9 KB)

root [0]  TFile f("c.root");
root [1] c1->Draw()
root [2] TH1D *h = c1->FindObject("h1");
root [3]  h->SetStats(0)
root [4] gPad->Modified()