summaryrefslogtreecommitdiffstats
path: root/generic/tkStubInit.c
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-06-21 12:14:07 (GMT)
committernijtmans <nijtmans>2010-06-21 12:14:07 (GMT)
commitb888cd3011dbbc4984d32475243bb501947969f2 (patch)
treeb5d632f2535690345da120af888839a6174c47e8 /generic/tkStubInit.c
parent8b0817c5ff3553c35d243c6ed17108fb423971ee (diff)
downloadtk-b888cd3011dbbc4984d32475243bb501947969f2.zip
tk-b888cd3011dbbc4984d32475243bb501947969f2.tar.gz
tk-b888cd3011dbbc4984d32475243bb501947969f2.tar.bz2
[Patch #2999889] TkCopyAndGlobalEval obsolete
Diffstat (limited to 'generic/tkStubInit.c')
-rw-r--r--generic/tkStubInit.c13
1 files changed, 2 insertions, 11 deletions
diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c
index af5beed..d9b8c95 100644
--- a/generic/tkStubInit.c
+++ b/generic/tkStubInit.c
@@ -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: tkStubInit.c,v 1.74 2010/06/19 16:18:41 jenglish Exp $
+ * RCS: @(#) $Id: tkStubInit.c,v 1.75 2010/06/21 12:14:08 nijtmans Exp $
*/
#include "tkInt.h"
@@ -33,15 +33,6 @@
#include "tkIntXlibDecls.h"
/*
- * Remove macros that will interfere with the definitions below.
- */
-
-#define Tk_CreateCanvasVisitor \
- ((void (*)(Tcl_Interp * interp, void * typePtr)) NULL)
-#define Tk_GetCanvasVisitor \
- ((void * (*)(Tcl_Interp * interp, const char * name)) NULL)
-
-/*
* WARNING: The contents of this file is automatically generated by the
* tools/genStubs.tcl script. Any modifications to the function declarations
* below should be made in the generic/tk.decls script.
@@ -64,7 +55,7 @@ static const TkIntStubs tkIntStubs = {
TkChangeEventWindow, /* 7 */
TkClipInit, /* 8 */
TkComputeAnchor, /* 9 */
- TkCopyAndGlobalEval, /* 10 */
+ NULL, /* 10 */
NULL, /* 11 */
TkCreateCursorFromData, /* 12 */
TkCreateFrame, /* 13 */