Remove unused property

This commit is contained in:
Aeon
2026-06-20 01:26:55 +02:00
parent 27a8c69a9a
commit 056661028b

View File

@@ -50,8 +50,6 @@
internal static int? ElectronProcessId { get; set; }
internal static Func<Task> OnAppReadyCallback { get; set; }
internal static ISocketConnection GetSocket()
{
return RuntimeControllerCore?.Socket;