From e929a9f5105c00b0a3a2b4e75a876bbb95bbfa7b Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 13 Jul 2017 21:30:04 -0400 Subject: Delete a LOT of obsolete code --- ShiftOS_TheReturn/LoginManager.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ShiftOS_TheReturn/LoginManager.cs') diff --git a/ShiftOS_TheReturn/LoginManager.cs b/ShiftOS_TheReturn/LoginManager.cs index d326f2c..de30cf1 100644 --- a/ShiftOS_TheReturn/LoginManager.cs +++ b/ShiftOS_TheReturn/LoginManager.cs @@ -35,7 +35,8 @@ namespace ShiftOS.Engine } } - public static event Action LoginComplete; + [Obsolete("Old code.")] + public static event Action LoginComplete; } /// @@ -57,7 +58,7 @@ namespace ShiftOS.Engine /// /// Occurs when the login is complete. /// - event Action LoginComplete; + event Action LoginComplete; -- cgit v1.2.3