diff options
Diffstat (limited to 'unix/tkUnixSelect.c')
-rw-r--r-- | unix/tkUnixSelect.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/unix/tkUnixSelect.c b/unix/tkUnixSelect.c index dacbd99..4bb462e 100644 --- a/unix/tkUnixSelect.c +++ b/unix/tkUnixSelect.c @@ -166,13 +166,6 @@ TkSelGetSelection( pendingRetrievals = &retr; /* - * Delete the property to indicate that no parameters are supplied for - * the conversion request. - */ - - XDeleteProperty(winPtr->display, retr.winPtr->window, retr.property); - - /* * Initiate the request for the selection. Note: can't use TkCurrentTime * for the time. If we do, and this application hasn't received any X * events in a long time, the current time will be way in the past and |