diff --git a/IPA.Loader/Config/IConfigStore.cs b/IPA.Loader/Config/IConfigStore.cs index fee24f36..912e77f8 100644 --- a/IPA.Loader/Config/IConfigStore.cs +++ b/IPA.Loader/Config/IConfigStore.cs @@ -1,5 +1,4 @@ -using System; -using System.Threading; +using System.Threading; namespace IPA.Config { @@ -12,8 +11,8 @@ namespace IPA.Config /// A synchronization object for the save thread to wait on for changes. /// It should be signaled whenever the internal state of the object is changed. /// The writer will never signal this handle. + /// This will be null for internally-implemented providers /// - [Obsolete("Add a message here...")] // Do this later WaitHandle SyncObject { get; } ///