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 /core | |
parent | e4effb4d53d5d6e53e4f0e0d14b243eb9a319272 (diff) |
Make video mode initialization more intuitive, fixes #12022
Diffstat (limited to 'core')
-rw-r--r-- | core/os/os.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/os/os.h b/core/os/os.h index f5e479ac0b..4ac6e81b15 100644 --- a/core/os/os.h +++ b/core/os/os.h @@ -1,4 +1,4 @@ -/*************************************************************************/ +/************************************************************************* / /* os.h */ /*************************************************************************/ /* This file is part of: */ @@ -109,8 +109,6 @@ protected: virtual int get_video_driver_count() const = 0; virtual const char *get_video_driver_name(int p_driver) const = 0; - virtual VideoMode get_default_video_mode() const = 0; - virtual int get_audio_driver_count() const = 0; virtual const char *get_audio_driver_name(int p_driver) const = 0; |