Skip to content

Commit

Permalink
chore(error): remove default impl for unity 2019 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore committed Dec 20, 2023
1 parent 33bf203 commit 4feb3f1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Editor/ErrorReporting/IError.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ public interface IError
ErrorCategory Category { get; }
VisualElement CreateVisualElement(ErrorReport report);
string ToMessage();

void AddReference(ObjectReference obj)
{
}
void AddReference(ObjectReference obj);
}
}

0 comments on commit 4feb3f1

Please sign in to comment.