aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2020-11-16 23:51:52 +0100
committerUlrich Sibiller <uli42@gmx.de>2021-06-20 20:12:51 +0200
commit7e548faa268410be607603ee36bc23fd856e7553 (patch)
tree38e6609d6c4405b4ee1d6a6cb29ebc30e876aeb9
parent6a1ee6c0b0ff7be509ca61966873644de2d7ccb1 (diff)
downloadnx-libs-7e548faa268410be607603ee36bc23fd856e7553.tar.gz
nx-libs-7e548faa268410be607603ee36bc23fd856e7553.tar.bz2
nx-libs-7e548faa268410be607603ee36bc23fd856e7553.zip
Clipboard.c: remove obsolete FIXME comment
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Clipboard.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
index ae9bb0f1d..b0cd1bef3 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
@@ -679,10 +679,6 @@ void nxagentClearClipboard(ClientPtr pClient, WindowPtr pWindow)
(void *) pClient, CLINDEX(pClient), (void *) pWindow, WINDOWID(pWindow));
#endif
- /*
- * Only for PRIMARY and CLIPBOARD selections.
- */
-
/* FIXME: there's almost identical code in nxagentClipboardInit */
for (int index = 0; index < nxagentMaxSelections; index++)
{
@@ -969,7 +965,6 @@ void nxagentHandleSelectionRequestFromXServer(XEvent *X)
*
* FIXME: ensure we are reporting an _external_ timestamp
* FIXME: for a 32 bit property list we need to pass a "long" array, not "char"!
- * FIXME: selection has already been checked above, so we do not need to check again here
*/
XChangeProperty(nxagentDisplay,