diff options
| author | 2022-09-21 09:29:33 -0400 | |
|---|---|---|
| committer | 2022-09-21 09:29:35 -0400 | |
| commit | da0fd51642d27d6bf9d1af3b3f0acf2888fe724c (patch) | |
| tree | 44fbf39c1eab128f139e560566b096bb1d598fb6 /src/audio_core/audio_manager.h | |
| parent | audio_manager: Remove unused sessions_started member variable (diff) | |
| download | yuzu-da0fd51642d27d6bf9d1af3b3f0acf2888fe724c.tar.gz yuzu-da0fd51642d27d6bf9d1af3b3f0acf2888fe724c.tar.xz yuzu-da0fd51642d27d6bf9d1af3b3f0acf2888fe724c.zip | |
audio_manager: Remove unused forward declarations
Allows us to get rid of some unnecessary forward declarations and
includes.
Diffstat (limited to 'src/audio_core/audio_manager.h')
| -rw-r--r-- | src/audio_core/audio_manager.h | 8 |
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 | ||
| 15 | namespace AudioCore { | 15 | namespace AudioCore { |
| 16 | 16 | ||
| 17 | namespace AudioOut { | ||
| 18 | class Manager; | ||
| 19 | } | ||
| 20 | |||
| 21 | namespace AudioIn { | ||
| 22 | class 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. |