diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-13 12:31:59 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-13 12:31:59 +0100 |
commit | c58fbbefd5a426c38b1182e9e760f149f0091670 (patch) | |
tree | cc512d4cf90addfd7bca66c0407afdaabff8d0a5 /src/crepe/facade/SoundContext.cpp | |
parent | 827f09031e2d3cc15e956b242774a4566e1403c1 (diff) |
move some files from `loek/tests` to `loek/audio`
Diffstat (limited to 'src/crepe/facade/SoundContext.cpp')
-rw-r--r-- | src/crepe/facade/SoundContext.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/crepe/facade/SoundContext.cpp b/src/crepe/facade/SoundContext.cpp index 5e5a3a9..b5f3db3 100644 --- a/src/crepe/facade/SoundContext.cpp +++ b/src/crepe/facade/SoundContext.cpp @@ -4,11 +4,6 @@ using namespace crepe; -SoundContext & SoundContext::get_instance() { - static SoundContext instance; - return instance; -} - SoundContext::SoundContext() { dbg_trace(); engine.init(); |