Revert "iplot on macOS is totally slow, thus unusable, due to problems with"
This reverts commit c79eb348a2.
This commit is contained in:
parent
c79eb348a2
commit
0f5852afdb
|
|
@ -1123,11 +1123,7 @@ static int iplot(struct plot *pl, struct dbcomm *db)
|
|||
}
|
||||
}
|
||||
}
|
||||
/* iplot on macOS is totally slow, thus unusable, due to problems with
|
||||
repeated calls to XSync. Skipping them still allows iplotting. */
|
||||
#if !defined(__APPLE__) || !defined(__MACH__)
|
||||
DevUpdate();
|
||||
#endif
|
||||
return inited;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue