mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00

The previous logic wouldn't compile on linux using clang. With the meson build requiring c++14, there's no need for platform specific code. Really, the entire agi::util::sleep_for function could be removed entirely, but I'll keep the patch minimal for now.