diff options
author | Juan Linietsky <reduzio@gmail.com> | 2017-11-09 13:01:29 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2017-11-09 13:02:26 -0300 |
commit | d09160a8b67fdc60e8108962c4e9bd4c0bc7f13e (patch) | |
tree | 0985e60700a61ab8e1efe52c51393cf5319b7bae /platform/osx | |
parent | e4effb4d53d5d6e53e4f0e0d14b243eb9a319272 (diff) | |
download | redot-engine-d09160a8b67fdc60e8108962c4e9bd4c0bc7f13e.tar.gz |
Make video mode initialization more intuitive, fixes #12022
Diffstat (limited to 'platform/osx')
-rw-r--r-- | platform/osx/os_osx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/osx/os_osx.h b/platform/osx/os_osx.h index fba53f61b6..53f45511f9 100644 --- a/platform/osx/os_osx.h +++ b/platform/osx/os_osx.h @@ -120,7 +120,6 @@ public: protected: virtual int get_video_driver_count() const; virtual const char *get_video_driver_name(int p_driver) const; - virtual VideoMode get_default_video_mode() const; virtual void initialize_logger(); virtual void initialize_core(); |