diff options
author | nijtmans <nijtmans> | 2010-06-21 12:14:07 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-06-21 12:14:07 (GMT) |
commit | b888cd3011dbbc4984d32475243bb501947969f2 (patch) | |
tree | b5d632f2535690345da120af888839a6174c47e8 /generic/tkInt.decls | |
parent | 8b0817c5ff3553c35d243c6ed17108fb423971ee (diff) | |
download | tk-b888cd3011dbbc4984d32475243bb501947969f2.zip tk-b888cd3011dbbc4984d32475243bb501947969f2.tar.gz tk-b888cd3011dbbc4984d32475243bb501947969f2.tar.bz2 |
[Patch #2999889] TkCopyAndGlobalEval obsolete
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r-- | generic/tkInt.decls | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls index 6dd4d35..2bf8831 100644 --- a/generic/tkInt.decls +++ b/generic/tkInt.decls @@ -10,7 +10,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: tkInt.decls,v 1.62 2010/06/19 16:18:41 jenglish Exp $ +# RCS: @(#) $Id: tkInt.decls,v 1.63 2010/06/21 12:14:08 nijtmans Exp $ library tk @@ -58,10 +58,8 @@ declare 9 generic { void TkComputeAnchor(Tk_Anchor anchor, Tk_Window tkwin, int padX, int padY, int innerWidth, int innerHeight, int *xPtr, int *yPtr) } -declare 10 generic { - int TkCopyAndGlobalEval(Tcl_Interp *interp, const char *script) -} # +# Slot 10 unused (WAS: TkCopyAndGlobalEval) # Slot 11 unused (WAS: TkCreateBindingProcedure) # declare 12 generic { |