mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-03 20:42:48 -05:00
mac_pollterm() is no longer useful and can be retired.
[originally from svn r5249]
This commit is contained in:
@ -260,7 +260,6 @@ static void mac_eventloop(void) {
|
||||
cursrgn = NewRgn();
|
||||
sleeptime = 0;
|
||||
for (;;) {
|
||||
mac_adjustcursor(cursrgn);
|
||||
ticksleft=timing_next_time-GETTICKCOUNT();
|
||||
if (sleeptime > ticksleft && ticksleft >=0)
|
||||
sleeptime=ticksleft;
|
||||
@ -286,7 +285,6 @@ static void mac_eventloop(void) {
|
||||
}
|
||||
if (!gotevent)
|
||||
sk_poll();
|
||||
mac_pollterm();
|
||||
if (mac_gestalts.apprvers >= 0x100 && mac_frontwindow() != NULL)
|
||||
IdleControls(mac_frontwindow());
|
||||
}
|
||||
|
Reference in New Issue
Block a user