mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
D3DUtil: Remove unused defines
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user