Skip to content

Commit 5429b57

Browse files
author
Thomas Galliker
committed
Remove unused ctors
1 parent b66a5e3 commit 5429b57

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

Plugin.SegmentedControl.Maui/Platforms/Android/SegmentedControlHandler.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ public SegmentedControlHandler() : base(Mapper)
4040
{
4141
}
4242

43-
public SegmentedControlHandler(IPropertyMapper mapper) : base(mapper ?? Mapper)
44-
{
45-
}
46-
4743
protected override RadioGroup CreatePlatformView()
4844
{
4945
var layoutInflater = LayoutInflater.From(this.Context);

Plugin.SegmentedControl.Maui/Platforms/iOS/SegmentedControlHandler.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ public SegmentedControlHandler() : base(Mapper)
3131
{
3232
}
3333

34-
public SegmentedControlHandler(IPropertyMapper mapper) : base(mapper ?? Mapper)
35-
{
36-
}
37-
3834
protected override UISegmentedControl CreatePlatformView()
3935
{
4036
var uiSegmentedControl = new UISegmentedControl();

0 commit comments

Comments
 (0)