diff options
| author | Rémi Verschelde | 2018-03-05 10:50:35 +0100 |
|---|---|---|
| committer | GitHub | 2018-03-05 10:50:35 +0100 |
| commit | b3f43496a503096e52d6e3f7522a24b251e7bc98 (patch) | |
| tree | 6fbafc2f88cc50525a261581112f25abf9887498 /drivers/unix/os_unix.h | |
| parent | 6a6aab498eab5d35621079aa6b0548e74e00dcb6 (diff) | |
| parent | d780d774aa4630302fddbef0516e3f96beacd7b5 (diff) | |
| download | godot-b3f43496a503096e52d6e3f7522a24b251e7bc98.tar.gz godot-b3f43496a503096e52d6e3f7522a24b251e7bc98.tar.zst godot-b3f43496a503096e52d6e3f7522a24b251e7bc98.zip | |
Merge pull request #17256 from marcelofg55/drivers_funcs
Clean and expose get_audio/video_driver_* funcs on OS class
Diffstat (limited to 'drivers/unix/os_unix.h')
| -rw-r--r-- | drivers/unix/os_unix.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/unix/os_unix.h b/drivers/unix/os_unix.h index a7c901533..db0fe1e00 100644 --- a/drivers/unix/os_unix.h +++ b/drivers/unix/os_unix.h @@ -48,12 +48,6 @@ protected: // UNIX only handles the core functions. // inheriting platforms under unix (eg. X11) should handle the rest - //virtual int get_video_driver_count() const; - //virtual const char * get_video_driver_name(int p_driver) const; - - virtual int get_audio_driver_count() const; - virtual const char *get_audio_driver_name(int p_driver) const; - virtual void initialize_core(); virtual int unix_initialize_audio(int p_audio_driver); //virtual Error initialize(int p_video_driver,int p_audio_driver); |
