diff options
Diffstat (limited to 'win/tkWinClipboard.c')
-rw-r--r-- | win/tkWinClipboard.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/win/tkWinClipboard.c b/win/tkWinClipboard.c index 8bfd03c..06eebbd 100644 --- a/win/tkWinClipboard.c +++ b/win/tkWinClipboard.c @@ -329,11 +329,6 @@ TkWinClipboardRender( } *buffer = '\0'; - /* - * Depending on the platform, turn the data into Unicode or the system - * encoding before placing it on the clipboard. - */ - Tcl_DStringInit(&ds); Tcl_UtfToWCharDString(rawText, -1, &ds); ckfree(rawText); |