D3DUtil: Remove unused defines

This commit is contained in:
Lioncash 2017-11-19 12:14:18 -05:00
parent 01a92af014
commit d6f10fdc15
1 changed files with 0 additions and 7 deletions

View File

@ -97,13 +97,6 @@ private:
std::list<bool*> observers;
};
// Font creation flags
#define D3DFONT_BOLD 0x0001
#define D3DFONT_ITALIC 0x0002
// Font rendering flags
#define D3DFONT_CENTERED 0x0001
class CD3DFont
{
public: