summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--generic/tkMenu.c6
-rw-r--r--generic/tkMenu.h3
2 files changed, 2 insertions, 7 deletions
diff --git a/generic/tkMenu.c b/generic/tkMenu.c
index 7ef6d7d..563ec0f 100644
--- a/generic/tkMenu.c
+++ b/generic/tkMenu.c
@@ -12,7 +12,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMenu.c,v 1.30 2005/10/12 09:29:21 dkf Exp $
+ * RCS: @(#) $Id: tkMenu.c,v 1.31 2005/10/12 09:43:37 dkf Exp $
*/
/*
@@ -1328,10 +1328,6 @@ TkDestroyMenu(menuPtr)
* a reference to a 'TkMenuReferences' structure, and therefore
* no such structure contains a reference to this menu entry either.
*
- * At the end of this function, the menu entry no longer contains
- * a reference to a 'TkMenuReferences' structure, and therefore
- * no such structure contains a reference to this menu entry either.
- *
* Results:
* None
*
diff --git a/generic/tkMenu.h b/generic/tkMenu.h
index 6bbf819..dc23478 100644
--- a/generic/tkMenu.h
+++ b/generic/tkMenu.h
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMenu.h,v 1.8 2005/10/12 09:29:21 dkf Exp $
+ * RCS: @(#) $Id: tkMenu.h,v 1.9 2005/10/12 09:43:37 dkf Exp $
*/
#ifndef _TKMENU
@@ -386,7 +386,6 @@ typedef struct TkMenu {
/* We actually have to allocate these because
* multiple menus get changed during one
* ConfigureMenu call. */
- int refCount;
} TkMenu;
/*