Skip to content

Commit 688f520

Browse files
committed
Remove two methods with incorrect arguments
These two methods on `IPersonalizable` don't match the .NET 4.7.1 API. In both cases the methods should take one `PersonalizableDictionary` argument, but _that_ type does not exist. Since nothing in the current class library code is using these methods, just remove them.
1 parent 34dc12d commit 688f520

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mcs/class/System.Web/System.Web.UI.WebControls.WebParts/IPersonalizable.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ namespace System.Web.UI.WebControls.WebParts
3535
{
3636
public interface IPersonalizable
3737
{
38-
void Load (IDictionary sharedState, IDictionary userState);
39-
void Save (IDictionary state);
40-
4138
bool IsDirty { get; }
4239
}
4340
}

0 commit comments

Comments
 (0)