diff options
Diffstat (limited to 'core/os/time.cpp')
-rw-r--r-- | core/os/time.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/os/time.cpp b/core/os/time.cpp index bad5cc2e4f..7068935d36 100644 --- a/core/os/time.cpp +++ b/core/os/time.cpp @@ -189,9 +189,6 @@ static const uint8_t MONTH_DAYS_TABLE[2][12] = { Time *Time::singleton = nullptr; Time *Time::get_singleton() { - if (!singleton) { - memnew(Time); - } return singleton; } |