diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2021-06-16 23:43:33 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2021-06-20 20:12:51 +0200 |
commit | 1c8869b92f4e46b608636c2f6839b317cd7ef150 (patch) | |
tree | ba825c2c5fd5f4fb935c327df612a9f2f4345cdd /nx-X11 | |
parent | 9b4602847ec98f695d044bef59704b5344c8869b (diff) | |
download | nx-libs-1c8869b92f4e46b608636c2f6839b317cd7ef150.tar.gz nx-libs-1c8869b92f4e46b608636c2f6839b317cd7ef150.tar.bz2 nx-libs-1c8869b92f4e46b608636c2f6839b317cd7ef150.zip |
Clipboard.c: remove obsolete (disabled) code
Either replyPendingRequest a few lines before will set this to None or
it will already be None.
Also drop the wrong comment line...
Diffstat (limited to 'nx-X11')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Clipboard.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c index b29ed3ec7..4e95c024d 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c @@ -2362,9 +2362,6 @@ static void setSelectionOwnerOnXServer(Selection *pSelection) */ invalidateTargetCache(index); - /* FIXME: commented because index is invalid here! */ - /* lastServers[index].requestor = None; */ - /* FIXME |