summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorMarcelo Fernandez <marcelofg55@gmail.com>2018-06-15 14:13:33 -0300
committerMarcelo Fernandez <marcelofg55@gmail.com>2018-06-15 14:13:33 -0300
commitc8a5145a6def2ca5d9dbc3c03a599aaf1766718c (patch)
tree664f9648b52cb1fa31ab4aa86533e92a6eef7129 /main
parent4c41f6c2adb27103873e1ba495bddb8842a54b25 (diff)
downloadredot-engine-c8a5145a6def2ca5d9dbc3c03a599aaf1766718c.tar.gz
Removed unused AudioServer::update function
Diffstat (limited to 'main')
-rw-r--r--main/main.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/main/main.cpp b/main/main.cpp
index 119d1ee345..f719830cbc 100644
--- a/main/main.cpp
+++ b/main/main.cpp
@@ -1815,9 +1815,6 @@ bool Main::iteration() {
}
}
- if (AudioServer::get_singleton())
- AudioServer::get_singleton()->update();
-
idle_process_ticks = OS::get_singleton()->get_ticks_usec() - idle_begin;
idle_process_max = MAX(idle_process_ticks, idle_process_max);
uint64_t frame_time = OS::get_singleton()->get_ticks_usec() - ticks;