]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - mac/macterm.c
New timing infrastructure. There's a new function schedule_timer()
[PuTTY.git] / mac / macterm.c
index 46c30f660449c24ba1a9c6025ffb895c9e4c60d7..5831cd26ff6ca646f66f22b5485f6aab67d82e0f 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: macterm.c,v 1.78 2004/10/14 16:42:43 simon Exp $ */
+/* $Id$ */
 /*
  * Copyright (c) 1999 Simon Tatham
  * Copyright (c) 1999, 2002 Ben Harris
@@ -314,7 +314,6 @@ void mac_pollterm(void)
     Session *s;
 
     for (s = sesslist; s != NULL; s = s->next) {
-       term_out(s->term);
        term_update(s->term);
     }
 }