diff --git a/src/Core/src/Handlers/Label/LabelHandler.iOS.cs b/src/Core/src/Handlers/Label/LabelHandler.iOS.cs index 95cfc52732ef..deabd16ead05 100644 --- a/src/Core/src/Handlers/Label/LabelHandler.iOS.cs +++ b/src/Core/src/Handlers/Label/LabelHandler.iOS.cs @@ -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);