Skip to content

Commit a2b068d

Browse files
authored
Merge pull request #957 from Unity-Technologies/fix-ipersonalizable
Remove two methods with incorrect arguments
2 parents a4a5f0a + 688f520 commit a2b068d

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)