mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-14 08:30:49 +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;
|
return &drawers;
|
||||||
}
|
}
|
||||||
|
|
||||||
Drawers::Drawers()
|
|
||||||
{
|
|
||||||
// To do: setup pointers
|
|
||||||
}
|
|
||||||
|
|
||||||
FString DrawWallArgs::ToString()
|
FString DrawWallArgs::ToString()
|
||||||
{
|
{
|
||||||
FString info;
|
FString info;
|
||||||
|
|
|
@ -261,8 +261,6 @@ inline int NumTriBlendModes() { return (int)TriBlendMode::TranslateRevSub + 1; }
|
||||||
class Drawers
|
class Drawers
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
Drawers();
|
|
||||||
|
|
||||||
static Drawers *Instance();
|
static Drawers *Instance();
|
||||||
|
|
||||||
void(*DrawColumn)(const DrawColumnArgs *, const WorkerThreadData *) = nullptr;
|
void(*DrawColumn)(const DrawColumnArgs *, const WorkerThreadData *) = nullptr;
|
||||||
|
|
Loading…
Reference in a new issue