From b7895192a1caa0084eb5d2c92d53cb0b5654d989 Mon Sep 17 00:00:00 2001 From: kpne Date: Mon, 16 Dec 2024 12:51:29 +0100 Subject: [PATCH] remove unused constructor --- SectionProperties/SectionProperties.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/SectionProperties/SectionProperties.cs b/SectionProperties/SectionProperties.cs index a60363e..54e0498 100644 --- a/SectionProperties/SectionProperties.cs +++ b/SectionProperties/SectionProperties.cs @@ -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)