diff --git a/src/Storage/StorageDevice.cs b/src/Storage/StorageDevice.cs index 9e639fd..b3917d5 100644 --- a/src/Storage/StorageDevice.cs +++ b/src/Storage/StorageDevice.cs @@ -113,12 +113,6 @@ namespace Microsoft.Xna.Framework.Storage #endregion - #region Private Delegates - - private delegate StorageContainer OpenContainerAsynchronous(string displayName); - - #endregion - #region Private XNA Lies private class NotAsyncLie : IAsyncResult