aboutsummaryrefslogtreecommitdiffstats
path: root/alc/backends/base.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/backends/base.h')
-rw-r--r--alc/backends/base.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/alc/backends/base.h b/alc/backends/base.h
index f38c1d45..70f96275 100644
--- a/alc/backends/base.h
+++ b/alc/backends/base.h
@@ -52,12 +52,6 @@ enum class BackendType {
};
-/* Helper to get the current clock time from the device's ClockBase, and
- * SamplesDone converted from the sample rate.
- */
-inline std::chrono::nanoseconds GetDeviceClockTime(const DeviceBase *device) noexcept
-{ return device->getClockTime(); }
-
/* Helper to get the device latency from the backend, including any fixed
* latency from post-processing.
*/