1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

cleanup closed embedded processes on macos

This commit is contained in:
Adam Johnston
2025-06-23 02:00:37 -07:00
parent 242b8ff80a
commit a3f8a067a9
2 changed files with 1 additions and 2 deletions

View File

@@ -62,7 +62,6 @@ class EmbeddedProcessMacOS final : public EmbeddedProcessBase {
IN_PROGRESS,
COMPLETED,
FAILED,
CLOSED,
};
DisplayServerMacOS *ds = nullptr;