D3DUtil: Remove unused defines
This commit is contained in:
parent
01a92af014
commit
d6f10fdc15
|
@ -97,13 +97,6 @@ private:
|
||||||
std::list<bool*> observers;
|
std::list<bool*> observers;
|
||||||
};
|
};
|
||||||
|
|
||||||
// Font creation flags
|
|
||||||
#define D3DFONT_BOLD 0x0001
|
|
||||||
#define D3DFONT_ITALIC 0x0002
|
|
||||||
|
|
||||||
// Font rendering flags
|
|
||||||
#define D3DFONT_CENTERED 0x0001
|
|
||||||
|
|
||||||
class CD3DFont
|
class CD3DFont
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in New Issue