mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Remove remaining FontAwesome reference
This commit is contained in:
parent
f1952c0816
commit
bc1077ed73
@ -42,8 +42,6 @@ namespace osu.Game.Graphics
|
||||
{
|
||||
case Typeface.Exo:
|
||||
return "Exo2.0";
|
||||
case Typeface.FontAwesome:
|
||||
return "FontAwesome";
|
||||
case Typeface.Venera:
|
||||
return "Venera";
|
||||
}
|
||||
@ -101,7 +99,6 @@ namespace osu.Game.Graphics
|
||||
public enum Typeface
|
||||
{
|
||||
Exo,
|
||||
FontAwesome,
|
||||
Venera,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user