Skip to content

Commit 6200354

Browse files
committed
Minor refactor changes
1 parent da79104 commit 6200354

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Assets/Editor Toolbox/Runtime/Serialization/SerializedDictionary.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,6 @@ public void Clear()
122122
indexByKey.Clear();
123123
}
124124

125-
[Obsolete("Use BuildNativeDictionary instead.")]
126-
public Dictionary<TK, TV> BuiltNativeDictionary()
127-
{
128-
return new Dictionary<TK, TV>(dictionary);
129-
}
130-
131125
public Dictionary<TK, TV> BuildNativeDictionary()
132126
{
133127
return new Dictionary<TK, TV>(dictionary);

0 commit comments

Comments
 (0)