diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2020-12-17 18:52:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-17 18:52:58 +0100 |
commit | 2c0d1c3b91a048c8aab6856c9821a98280ad82e6 (patch) | |
tree | aa0e79c8867e909fb597c59bd790d3ac5f13c3c0 /platform/uwp/os_uwp.h | |
parent | c83d1b252632eaa6d6ede7046b47ffaa99e6fb35 (diff) | |
parent | 60ddca2545fb9267dde09875fa1fc18c45c78d1f (diff) |
Merge pull request #44463 from madmiraal/remove-os-can_draw
Remove OS::can_draw() remnants
Diffstat (limited to 'platform/uwp/os_uwp.h')
-rw-r--r-- | platform/uwp/os_uwp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/uwp/os_uwp.h b/platform/uwp/os_uwp.h index fd25cefe2b..bf3c31f867 100644 --- a/platform/uwp/os_uwp.h +++ b/platform/uwp/os_uwp.h @@ -194,7 +194,6 @@ public: virtual TimeZoneInfo get_time_zone_info() const; virtual uint64_t get_unix_time() const; - virtual bool can_draw() const; virtual Error set_cwd(const String &p_cwd); virtual void delay_usec(uint32_t p_usec) const; |