Skip to content

Commit

Permalink
Re-remove unused map methods
Browse files Browse the repository at this point in the history
  • Loading branch information
hartez committed Mar 9, 2021
1 parent 6f09120 commit ee39526
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/Core/src/Handlers/Label/LabelHandler.iOS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,6 @@ public static void MapTextColor(LabelHandler handler, ILabel label)
handler.TypedNativeView?.UpdateTextColor(label);
}

public static void MapFontFamily(LabelHandler handler, ILabel label)
{
MapFont(handler, label);
}

public static void MapFontSize(LabelHandler handler, ILabel label)
{
MapFont(handler, label);
}

public static void MapFontAttributes(LabelHandler handler, ILabel label)
{
MapFont(handler, label);
}

public static void MapPadding(LabelHandler handler, ILabel label)
{
handler.TypedNativeView?.UpdatePadding(label);
Expand Down

0 comments on commit ee39526

Please sign in to comment.