summaryrefslogtreecommitdiffstats
path: root/drivers/unix/os_unix.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-03-05 10:50:35 +0100
committerGitHub <noreply@github.com>2018-03-05 10:50:35 +0100
commitb3f43496a503096e52d6e3f7522a24b251e7bc98 (patch)
tree6fbafc2f88cc50525a261581112f25abf9887498 /drivers/unix/os_unix.cpp
parent6a6aab498eab5d35621079aa6b0548e74e00dcb6 (diff)
parentd780d774aa4630302fddbef0516e3f96beacd7b5 (diff)
downloadredot-engine-b3f43496a503096e52d6e3f7522a24b251e7bc98.tar.gz
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.cpp')
-rw-r--r--drivers/unix/os_unix.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/unix/os_unix.cpp b/drivers/unix/os_unix.cpp
index aa01f22673..20722557e7 100644
--- a/drivers/unix/os_unix.cpp
+++ b/drivers/unix/os_unix.cpp
@@ -73,15 +73,6 @@ void OS_Unix::debug_break() {
assert(false);
};
-int OS_Unix::get_audio_driver_count() const {
-
- return 1;
-}
-const char *OS_Unix::get_audio_driver_name(int p_driver) const {
-
- return "dummy";
-}
-
int OS_Unix::unix_initialize_audio(int p_audio_driver) {
return 0;