Revert "iplot on macOS is totally slow, thus unusable, due to problems with"

This reverts commit c79eb348a2.
This commit is contained in:
Holger Vogt 2024-12-30 16:27:00 +01:00
parent c79eb348a2
commit 0f5852afdb
1 changed files with 0 additions and 4 deletions

View File

@ -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;
}