mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
Cleanup unused engine code
This commit is contained in:
parent
90bdba576a
commit
2c048ea164
56 changed files with 4 additions and 615 deletions
|
|
@ -49,14 +49,6 @@ const char *OS_Server::get_video_driver_name(int p_driver) const {
|
|||
return "Dummy";
|
||||
}
|
||||
|
||||
int OS_Server::get_audio_driver_count() const {
|
||||
return 1;
|
||||
}
|
||||
|
||||
const char *OS_Server::get_audio_driver_name(int p_driver) const {
|
||||
return "Dummy";
|
||||
}
|
||||
|
||||
int OS_Server::get_current_video_driver() const {
|
||||
return video_driver_index;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue