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:
@ -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.
|
||||
|
Reference in New Issue
Block a user