Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Removed unused property in ExportFontAttribute (#14666)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuarezruiz committed Nov 18, 2021
1 parent 44cf88d commit 8995139
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Xamarin.Forms.Core/ExportFontAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ public ExportFontAttribute(string fontFileName)
FontFileName = fontFileName;
}

public string EmbeddedFontResourceId { get; set; }
public string FontFileName { get; }
}
}

0 comments on commit 8995139

Please sign in to comment.