mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +00:00
Remove empty constructor
This commit is contained in:
parent
e9e7839133
commit
09891291c2
2 changed files with 0 additions and 7 deletions
|
@ -389,11 +389,6 @@ Drawers *Drawers::Instance()
|
|||
return &drawers;
|
||||
}
|
||||
|
||||
Drawers::Drawers()
|
||||
{
|
||||
// To do: setup pointers
|
||||
}
|
||||
|
||||
FString DrawWallArgs::ToString()
|
||||
{
|
||||
FString info;
|
||||
|
|
|
@ -261,8 +261,6 @@ inline int NumTriBlendModes() { return (int)TriBlendMode::TranslateRevSub + 1; }
|
|||
class Drawers
|
||||
{
|
||||
public:
|
||||
Drawers();
|
||||
|
||||
static Drawers *Instance();
|
||||
|
||||
void(*DrawColumn)(const DrawColumnArgs *, const WorkerThreadData *) = nullptr;
|
||||
|
|
Loading…
Reference in a new issue