]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/blobdiff - terminal.h
Remove the timed part of the terminal paste mechanism.
[PuTTY_svn.git] / terminal.h
index 9f0561124c0bfff58ab0534ba882ce94182caba1..135ef45a6ce9636f9e3f4d06055905bd952e7dc0 100644 (file)
@@ -223,7 +223,6 @@ struct terminal_tag {
 
     wchar_t *paste_buffer;
     int paste_len, paste_pos;
-    Terminal *paste_timer_ctx;
 
     void (*resize_fn)(void *, int, int);
     void *resize_ctx;