summaryrefslogtreecommitdiffstats
path: root/generic/tk.decls
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-11-15 14:02:52 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-11-15 14:02:52 (GMT)
commit8dfcb7233a9848c90ecb86478b75bf92cbc72078 (patch)
tree7009e237233a22eb40dc0c618978874452312249 /generic/tk.decls
parent95ca41dfeb61278a71160f6164bed26cd88cb543 (diff)
parent2396bd5523304d4938cec1aa241067fcd29f8d9a (diff)
downloadtk-8dfcb7233a9848c90ecb86478b75bf92cbc72078.zip
tk-8dfcb7233a9848c90ecb86478b75bf92cbc72078.tar.gz
tk-8dfcb7233a9848c90ecb86478b75bf92cbc72078.tar.bz2
Merge 8.7. Remove a lot of dead code
Diffstat (limited to 'generic/tk.decls')
-rw-r--r--generic/tk.decls4
1 files changed, 0 insertions, 4 deletions
diff --git a/generic/tk.decls b/generic/tk.decls
index 1075977..8d936c7 100644
--- a/generic/tk.decls
+++ b/generic/tk.decls
@@ -805,10 +805,6 @@ declare 211 {
int Tk_InitOptions(Tcl_Interp *interp, void *recordPtr,
Tk_OptionTable optionToken, Tk_Window tkwin)
}
-declare 212 {nostub {Don't use this function in a stub-enabled extension}} {
- void Tk_MainEx(Tcl_Size argc, char **argv, Tcl_AppInitProc *appInitProc,
- Tcl_Interp *interp)
-}
declare 213 {
void Tk_RestoreSavedOptions(Tk_SavedOptions *savePtr)
}