aboutsummaryrefslogtreecommitdiff
path: root/platform/windows/os_windows.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2017-11-09 13:01:29 -0300
committerJuan Linietsky2017-11-09 13:02:26 -0300
commitd09160a8b67fdc60e8108962c4e9bd4c0bc7f13e (patch)
tree0985e60700a61ab8e1efe52c51393cf5319b7bae /platform/windows/os_windows.cpp
parente4effb4d53d5d6e53e4f0e0d14b243eb9a319272 (diff)
downloadgodot-d09160a8b67fdc60e8108962c4e9bd4c0bc7f13e.tar.gz
godot-d09160a8b67fdc60e8108962c4e9bd4c0bc7f13e.tar.zst
godot-d09160a8b67fdc60e8108962c4e9bd4c0bc7f13e.zip
Diffstat (limited to 'platform/windows/os_windows.cpp')
-rw-r--r--platform/windows/os_windows.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/platform/windows/os_windows.cpp b/platform/windows/os_windows.cpp
index 01201becc..0f62dbb9e 100644
--- a/platform/windows/os_windows.cpp
+++ b/platform/windows/os_windows.cpp
@@ -146,11 +146,6 @@ const char *OS_Windows::get_video_driver_name(int p_driver) const {
return "GLES2";
}
-OS::VideoMode OS_Windows::get_default_video_mode() const {
-
- return VideoMode(1024, 600, false);
-}
-
int OS_Windows::get_audio_driver_count() const {
return AudioDriverManager::get_driver_count();