diff options
| author | Juan Linietsky | 2017-11-09 13:01:29 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-11-09 13:02:26 -0300 |
| commit | d09160a8b67fdc60e8108962c4e9bd4c0bc7f13e (patch) | |
| tree | 0985e60700a61ab8e1efe52c51393cf5319b7bae /platform/haiku/os_haiku.cpp | |
| parent | e4effb4d53d5d6e53e4f0e0d14b243eb9a319272 (diff) | |
| download | godot-d09160a8b67fdc60e8108962c4e9bd4c0bc7f13e.tar.gz godot-d09160a8b67fdc60e8108962c4e9bd4c0bc7f13e.tar.zst godot-d09160a8b67fdc60e8108962c4e9bd4c0bc7f13e.zip | |
Diffstat (limited to 'platform/haiku/os_haiku.cpp')
| -rw-r--r-- | platform/haiku/os_haiku.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/platform/haiku/os_haiku.cpp b/platform/haiku/os_haiku.cpp index 7a681d46f..0c34e3965 100644 --- a/platform/haiku/os_haiku.cpp +++ b/platform/haiku/os_haiku.cpp @@ -79,10 +79,6 @@ const char *OS_Haiku::get_video_driver_name(int p_driver) const { return "GLES2"; } -OS::VideoMode OS_Haiku::get_default_video_mode() const { - return OS::VideoMode(800, 600, false); -} - void OS_Haiku::initialize(const VideoMode &p_desired, int p_video_driver, int p_audio_driver) { main_loop = NULL; current_video_mode = p_desired; |
