diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-01-19 21:40:18 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-01-19 21:40:18 (GMT) |
commit | cd709aa9e14a8f83c1cfa236afd707f0a9a4e8ce (patch) | |
tree | e1f97d4550cd732a9d6bbd02774eb985ab9f48d2 /generic/tkMain.c | |
parent | b9e2dea402e118862d49b7d41a88803ae7207606 (diff) | |
download | tk-cd709aa9e14a8f83c1cfa236afd707f0a9a4e8ce.zip tk-cd709aa9e14a8f83c1cfa236afd707f0a9a4e8ce.tar.gz tk-cd709aa9e14a8f83c1cfa236afd707f0a9a4e8ce.tar.bz2 |
Remove 2 comments which are simply not correct (nor useful) any more
Diffstat (limited to 'generic/tkMain.c')
-rw-r--r-- | generic/tkMain.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/generic/tkMain.c b/generic/tkMain.c index c7490da..784f2f8 100644 --- a/generic/tkMain.c +++ b/generic/tkMain.c @@ -63,12 +63,6 @@ extern const TclIntPlatStubs *tclIntPlatStubsPtr; #include "tkMacOSXInt.h" #endif -/* - * Further on, in UNICODE mode we just use Tcl_NewUnicodeObj, otherwise - * NewNativeObj is needed (which provides proper conversion from native - * encoding to UTF-8). - */ - static inline Tcl_Obj * NewNativeObj( TCHAR *string) |