diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-05-06 15:41:43 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-05-06 15:41:43 +0200 |
commit | b7b5b9ee2a9d6cefe9b83589122cedb89c22279c (patch) | |
tree | b7953590423e616d1f61a8ae9a4a2a4ca154d9f5 /src/drumgizmo.h | |
parent | 305bc5c31dde06afb3d867abd1b461a98c868a74 (diff) |
Remove old (obsolete) Mutex class and replace all uses with std::mutex.
Diffstat (limited to 'src/drumgizmo.h')
-rw-r--r-- | src/drumgizmo.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/drumgizmo.h b/src/drumgizmo.h index e74d1b5..008d189 100644 --- a/src/drumgizmo.h +++ b/src/drumgizmo.h @@ -37,7 +37,6 @@ #include "drumkit.h" #include "drumkitloader.h" #include "audiocache.h" -#include "mutex.h" #include "chresampler.h" #include "settings.h" #include "inputprocessor.h" @@ -79,8 +78,6 @@ private: protected: DrumKitLoader loader; - Mutex mutex; - AudioOutputEngine& oe; AudioInputEngine& ie; |