1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-04 04:52:47 -05:00

mac_pollterm() is no longer useful and can be retired.

[originally from svn r5249]
This commit is contained in:
Owen Dunn
2005-02-05 00:14:24 +00:00
parent b69e9d0781
commit 061cfb7ef3
3 changed files with 0 additions and 15 deletions

View File

@ -304,18 +304,6 @@ static pascal OSStatus uni_to_font_fallback(UniChar *ucp,
return noErr;
}
/*
* 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.