Skip to content

Commit

Permalink
remove unused constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
kpne committed Dec 16, 2024
1 parent 76da9c0 commit b789519
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SectionProperties/SectionProperties.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ public Length RadiusOfGyrationZz
private Length? _radiusOfGyrationZz;
private IProfile _profile;

internal SectionProperties() { }

public SectionProperties(ISection section) : this(section.Profile) { }

public SectionProperties(IProfile profile)
Expand Down

0 comments on commit b789519

Please sign in to comment.