JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Patching while not really woken up.
[st.git] / st.c
diff --git a/st.c b/st.c
index b350225..23a43c1 100644 (file)
--- a/st.c
+++ b/st.c
@@ -835,10 +835,6 @@ selnotify(XEvent *e) {
                        *repl++ = '\r';
                }
 
-               last = data + nitems * format / 8;
-               repl = data;
-
-
                ttywrite((const char *)data, nitems * format / 8);
                XFree(data);
                /* number of 32-bit chunks returned */