X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/5f8ff48c3536252d8cc5d5f3d58fe782f4acf81d..f668fdf37d5b25f354c8541c1c6dda7c74cb6444:/mac/macterm.c diff --git a/mac/macterm.c b/mac/macterm.c index 28898e6b..f4b8f4df 100644 --- a/mac/macterm.c +++ b/mac/macterm.c @@ -305,18 +305,6 @@ static pascal OSStatus uni_to_font_fallback(UniChar *ucp, } /* - * Called every time round the event loop. - */ -void mac_pollterm(void) -{ - Session *s; - - for (s = sesslist; s != NULL; s = s->next) { - term_update(s->term); - } -} - -/* * To be called whenever the window size changes. * rows and cols should be desired values. * It's assumed the terminal emulator will be informed, and will set rows