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.gz 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) { | |||
| 807 | 807 | ||
| 808 | void | 808 | void |
| 809 | selrequest(XEvent *e) { | 809 | selrequest(XEvent *e) { |
| 810 | fprintf(stderr, "selrequest\n"); | ||
| 811 | XSelectionRequestEvent *xsre; | 810 | XSelectionRequestEvent *xsre; |
| 812 | XSelectionEvent xev; | 811 | XSelectionEvent xev; |
| 813 | Atom xa_targets, string; | 812 | Atom xa_targets, string; |
| @@ -843,7 +842,6 @@ selrequest(XEvent *e) { | |||
| 843 | 842 | ||
| 844 | void | 843 | void |
| 845 | xsetsel(char *str) { | 844 | xsetsel(char *str) { |
| 846 | fprintf(stderr, "xsetsel: %s\n", str); | ||
| 847 | /* register the selection for both the clipboard and the primary */ | 845 | /* register the selection for both the clipboard and the primary */ |
| 848 | Atom clipboard; | 846 | Atom clipboard; |
| 849 | 847 | ||
