diff options
| author | Christoph Lohmann <20h@r-36.net> | 2013-02-08 20:24:26 +0100 | 
|---|---|---|
| committer | Christoph Lohmann <20h@r-36.net> | 2013-02-08 20:24:26 +0100 | 
| commit | ce3efa9e9b50b0d86ef2d030657dfc69034d6ef7 (patch) | |
| tree | e0d50288bf70dad2e3e5ef35b649913c02be3b18 | |
| parent | efd04ccad6d3c4e981b3efdb0423d8f5ca40f984 (diff) | |
| download | st-ce3efa9e9b50b0d86ef2d030657dfc69034d6ef7.tar.xz st-ce3efa9e9b50b0d86ef2d030657dfc69034d6ef7.zip  | |
Removing some debug messages.
| -rw-r--r-- | st.c | 2 | 
1 files changed, 0 insertions, 2 deletions
@@ -807,7 +807,6 @@ void selclear(XEvent *e) {  void  selrequest(XEvent *e) { -	fprintf(stderr, "selrequest\n");  	XSelectionRequestEvent *xsre;  	XSelectionEvent xev;  	Atom xa_targets, string; @@ -843,7 +842,6 @@ selrequest(XEvent *e) {  void  xsetsel(char *str) { -	fprintf(stderr, "xsetsel: %s\n", str);  	/* register the selection for both the clipboard and the primary */  	Atom clipboard;  | 
