Remove unused enum

This commit is contained in:
Michal Moskal
2017-07-11 15:27:23 +02:00
parent 8c6b56fc39
commit 0d6e6a7c96
2 changed files with 0 additions and 14 deletions

View File

@ -14,12 +14,4 @@
Double = 0x10,
}
declare enum ScreenFont {
Normal = 0, // FONTTYPE_NORMAL
Small = 1, // FONTTYPE_SMALL
Large = 2, // FONTTYPE_LARGE
Tiny = 3, // FONTTYPE_TINY
}
// Auto-generated. Do not edit. Really.