diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2005-10-12 09:43:37 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2005-10-12 09:43:37 (GMT) |
commit | 098f3400f2db50e9cb6df2bc9b4b46f4d5f0511b (patch) | |
tree | 0626d158c5bc9bfba16f6991eb17096f03dfe82d /generic/tkMenu.c | |
parent | 92bbf2d6822dbf5925cdef0bacfb3abab498e76f (diff) | |
download | tk-098f3400f2db50e9cb6df2bc9b4b46f4d5f0511b.zip tk-098f3400f2db50e9cb6df2bc9b4b46f4d5f0511b.tar.gz tk-098f3400f2db50e9cb6df2bc9b4b46f4d5f0511b.tar.bz2 |
Undo accidental checkin
Diffstat (limited to 'generic/tkMenu.c')
-rw-r--r-- | generic/tkMenu.c | 6 |
1 files changed, 1 insertions, 5 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 * |