From ca397784fa6b690562cd79016ae5367d9c3e46be Mon Sep 17 00:00:00 2001
From: Rene Brun <Rene.Brun@cern.ch>
Date: Mon, 11 Apr 2005 12:25:58 +0000
Subject: [PATCH] Remove the specifier *MENU from the following functions:  
 virtual void    EditEntryAttFill();   virtual void    EditEntryAttLine();  
 virtual void    EditEntryAttMarker();   virtual void    EditEntryAttText();

git-svn-id: http://root.cern.ch/svn/root/trunk@11549 27541ba8-7e3a-0410-8455-c3a389f83636
---
 graf/inc/TLegend.h | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/graf/inc/TLegend.h b/graf/inc/TLegend.h
index 6834097c5f3..80c5c005d5f 100644
--- a/graf/inc/TLegend.h
+++ b/graf/inc/TLegend.h
@@ -1,4 +1,4 @@
-// @(#)root/graf:$Name:  $:$Id: TLegend.h,v 1.5 2002/10/31 07:27:34 brun Exp $
+// @(#)root/graf:$Name:  $:$Id: TLegend.h,v 1.6 2004/09/04 17:51:44 brun Exp $
 // Author: Matthew.Adam.Dobbs   06/09/99
 
 /*************************************************************************
@@ -45,10 +45,10 @@ class TLegend : public TPave , public TAttText {
   virtual void    Copy( TObject &obj ) const;
   virtual void    DeleteEntry(); // *MENU*
   virtual void    Draw( Option_t* option = "" );
-  virtual void    EditEntryAttFill(); // *MENU*
-  virtual void    EditEntryAttLine(); // *MENU*
-  virtual void    EditEntryAttMarker(); // *MENU*
-  virtual void    EditEntryAttText(); // *MENU*
+  virtual void    EditEntryAttFill();
+  virtual void    EditEntryAttLine();
+  virtual void    EditEntryAttMarker();
+  virtual void    EditEntryAttText();
   TLegendEntry   *GetEntry() const;
   Float_t         GetEntrySeparation() const { return fEntrySeparation; }
   virtual const char *GetHeader() const;
-- 
GitLab