minus one mroe printf

SVN revision: 4325
This commit is contained in:
Carsten Haitzler 2001-03-06 08:01:16 +00:00
parent c1c113a134
commit bfe83cebfe
1 changed files with 0 additions and 7 deletions

View File

@ -964,13 +964,6 @@ e_ev_x_handle_selection_request(XEvent * xevent)
}
XSendEvent(xevent->xselectionrequest.display,
xevent->xselectionrequest.requestor, False, 0, &ev);
printf("%i %i %i : %i, %i (%x %x %x)\n",
xevent->xselectionrequest.selection, /* XA_PRIMARY */
xevent->xselectionrequest.target, /* XA_STRING */
xevent->xselectionrequest.property, /* the destination atiom */
atom_text_selection, XA_STRING,
xevent->xselectionrequest.owner, /* the window we put it on */
xevent->xselectionrequest.requestor /* where to put the prop */);
}
}