diff options
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -365,13 +365,9 @@ base64dec(const char *src) | |||
365 | void | 365 | void |
366 | selinit(void) | 366 | selinit(void) |
367 | { | 367 | { |
368 | clock_gettime(CLOCK_MONOTONIC, &sel.tclick1); | ||
369 | clock_gettime(CLOCK_MONOTONIC, &sel.tclick2); | ||
370 | sel.mode = SEL_IDLE; | 368 | sel.mode = SEL_IDLE; |
371 | sel.snap = 0; | 369 | sel.snap = 0; |
372 | sel.ob.x = -1; | 370 | sel.ob.x = -1; |
373 | sel.primary = NULL; | ||
374 | sel.clipboard = NULL; | ||
375 | } | 371 | } |
376 | 372 | ||
377 | int | 373 | int |