Skip to content

Commit

Permalink
Delete an unused property (ForNeVeR#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Aug 18, 2019
1 parent 344308b commit f0f39f2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/WpfMath/Atoms/NullAtom.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ public NullAtom(SourceSpan source = null, TexAtomType type = TexAtomType.Ordinar
{
}

public static Box NullBox =>new StrutBox(0, 0, 0, 0);

protected override Box CreateBoxCore(TexEnvironment environment)=> new StrutBox(0, 0, 0, 0);

protected override Box CreateBoxCore(TexEnvironment environment) => new StrutBox(0, 0, 0, 0);
}
}

0 comments on commit f0f39f2

Please sign in to comment.