summaryrefslogtreecommitdiff
path: root/src/audio_core/audio_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio_core/audio_manager.h')
-rw-r--r--src/audio_core/audio_manager.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/audio_core/audio_manager.h b/src/audio_core/audio_manager.h
index 6edf1541d..6c76c36a7 100644
--- a/src/audio_core/audio_manager.h
+++ b/src/audio_core/audio_manager.h
@@ -14,14 +14,6 @@
14 14
15namespace AudioCore { 15namespace AudioCore {
16 16
17namespace AudioOut {
18class Manager;
19}
20
21namespace AudioIn {
22class Manager;
23}
24
25/** 17/**
26 * The AudioManager's main purpose is to wait for buffer events for the audio in and out managers, 18 * The AudioManager's main purpose is to wait for buffer events for the audio in and out managers,
27 * and call an associated callback to release buffers. 19 * and call an associated callback to release buffers.