summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-04-04 15:03:18 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-04-04 15:03:18 (GMT)
commitdd327eebecfff30c0d601f700f98ee3a3f0edd73 (patch)
tree131ebdeba2d0d5d9b680d6b3e25f0361070ed1a2
parent035097c43e87c9565828200260a4fcc25808c956 (diff)
parent05b61c74360a756990f65312088926ffaa04be09 (diff)
downloadtk-dd327eebecfff30c0d601f700f98ee3a3f0edd73.zip
tk-dd327eebecfff30c0d601f700f98ee3a3f0edd73.tar.gz
tk-dd327eebecfff30c0d601f700f98ee3a3f0edd73.tar.bz2
Merge 8.7
-rw-r--r--win/winMain.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/win/winMain.c b/win/winMain.c
index c5ec002..29553cc 100644
--- a/win/winMain.c
+++ b/win/winMain.c
@@ -13,7 +13,6 @@
*/
#include "tk.h"
-#include "tkWinInt.h"
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#undef WIN32_LEAN_AND_MEAN
@@ -94,8 +93,6 @@ MODULE_SCOPE int TK_LOCAL_MAIN_HOOK(int *argc, TCHAR ***argv);
/* Make sure the stubbed variants of those are never used. */
#undef Tcl_ObjSetVar2
#undef Tcl_NewStringObj
-
-
/*
*----------------------------------------------------------------------
@@ -269,7 +266,6 @@ Tcl_AppInit(
Tcl_ObjSetVar2(interp, Tcl_NewStringObj("tcl_rcFileName", -1), NULL,
Tcl_NewStringObj("~/wishrc.tcl", -1), TCL_GLOBAL_ONLY);
-
return TCL_OK;
}