1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Removed unused AudioServer::update function

This commit is contained in:
Marcelo Fernandez
2018-06-15 14:13:33 -03:00
parent 4c41f6c2ad
commit c8a5145a6d
3 changed files with 0 additions and 7 deletions

View File

@@ -939,9 +939,6 @@ void AudioServer::finish() {
buses.clear();
}
void AudioServer::update() {
}
/* MISC config */
void AudioServer::lock() {