summaryrefslogtreecommitdiffstats
path: root/generic/tkMenu.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-10-12 09:43:37 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-10-12 09:43:37 (GMT)
commit513eaec1f148291f353f57470f21e50274016e1d (patch)
tree0626d158c5bc9bfba16f6991eb17096f03dfe82d /generic/tkMenu.h
parent25545eb7dcc6b464fa5786a03fffb174b31e0fd0 (diff)
downloadtk-513eaec1f148291f353f57470f21e50274016e1d.zip
tk-513eaec1f148291f353f57470f21e50274016e1d.tar.gz
tk-513eaec1f148291f353f57470f21e50274016e1d.tar.bz2
Undo accidental checkin
Diffstat (limited to 'generic/tkMenu.h')
-rw-r--r--generic/tkMenu.h3
1 files changed, 1 insertions, 2 deletions
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;
/*