mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 01:02:56 +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:
|
case Typeface.Exo:
|
||||||
return "Exo2.0";
|
return "Exo2.0";
|
||||||
case Typeface.FontAwesome:
|
|
||||||
return "FontAwesome";
|
|
||||||
case Typeface.Venera:
|
case Typeface.Venera:
|
||||||
return "Venera";
|
return "Venera";
|
||||||
}
|
}
|
||||||
@ -101,7 +99,6 @@ namespace osu.Game.Graphics
|
|||||||
public enum Typeface
|
public enum Typeface
|
||||||
{
|
{
|
||||||
Exo,
|
Exo,
|
||||||
FontAwesome,
|
|
||||||
Venera,
|
Venera,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user