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/tkText.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/tkText.c')
-rw-r--r-- | generic/tkText.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/generic/tkText.c b/generic/tkText.c index 7c62621..b696647 100644 --- a/generic/tkText.c +++ b/generic/tkText.c @@ -5321,11 +5321,6 @@ TextEditCmd( * appending several thousand lines, we could attempt to pre-allocate a * larger space). * - * Also the result is built up as a utf-8 string, but, if we knew we - * wanted it as Unicode, we could potentially save a huge conversion by - * building it up as Unicode directly. This could be as simple as - * replacing Tcl_NewObj by Tcl_NewUnicodeObj. - * * Results: * Tcl_Obj of string type containing the specified text. If the * visibleOnly flag is set to 1, then only those characters which are not |