aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2013-02-08 20:24:26 +0100
committerChristoph Lohmann <20h@r-36.net>2013-02-08 20:24:26 +0100
commitce3efa9e9b50b0d86ef2d030657dfc69034d6ef7 (patch)
treee0d50288bf70dad2e3e5ef35b649913c02be3b18
parentefd04ccad6d3c4e981b3efdb0423d8f5ca40f984 (diff)
downloadst-patched-ce3efa9e9b50b0d86ef2d030657dfc69034d6ef7.tar.bz2
st-patched-ce3efa9e9b50b0d86ef2d030657dfc69034d6ef7.tar.xz
st-patched-ce3efa9e9b50b0d86ef2d030657dfc69034d6ef7.zip
Removing some debug messages.
-rw-r--r--st.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/st.c b/st.c
index a1932dd..4d1c1bb 100644
--- a/st.c
+++ b/st.c
@@ -807,7 +807,6 @@ void selclear(XEvent *e) {
807 807
808void 808void
809selrequest(XEvent *e) { 809selrequest(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
844void 843void
845xsetsel(char *str) { 844xsetsel(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