aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2019-08-08 21:45:39 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-09-29 17:44:08 +0200
commit899339f5affafccece7f71e527436b17910ca9f7 (patch)
tree6d9948611030bbd5488e31adacde068f16ab09a4
parent21598c7e213d92d83417608a413f4ec34b4d5ef1 (diff)
downloadnx-libs-899339f5affafccece7f71e527436b17910ca9f7.tar.gz
nx-libs-899339f5affafccece7f71e527436b17910ca9f7.tar.bz2
nx-libs-899339f5affafccece7f71e527436b17910ca9f7.zip
Clipboard.c: drop old commented code
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Clipboard.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
index 639fc293d..298046352 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
@@ -706,22 +706,6 @@ void nxagentRequestSelection(XEvent *X)
((X->xselectionrequest.selection != lastSelectionOwner[nxagentPrimarySelection].selection) &&
(X->xselectionrequest.selection != lastSelectionOwner[nxagentClipboardSelection].selection)))
{
-/*
-FIXME: Do we need this?
-
- char *strTarget;
-
- strTarget = XGetAtomName(nxagentDisplay, X->xselectionrequest.target);
-
- fprintf(stderr, "SelectionRequest event aborting sele=[%s] target=[%s]\n",
- validateString(NameForAtom(X->xselectionrequest.selection)),
- validateString(NameForAtom(X->xselectionrequest.target)));
-
- fprintf(stderr, "SelectionRequest event aborting sele=[%s] ext target=[%s] Atom size is [%d]\n",
- validateString(NameForAtom(X->xselectionrequest.selection)), strTarget, sizeof(Atom));
-
- SAFE_XFree(strTarget);
-*/
if (X->xselectionrequest.target == serverTARGETS)
{
/*