From b7b5b9ee2a9d6cefe9b83589122cedb89c22279c Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 6 May 2017 15:41:43 +0200 Subject: Remove old (obsolete) Mutex class and replace all uses with std::mutex. --- src/midimapper.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/midimapper.h') diff --git a/src/midimapper.h b/src/midimapper.h index ea836e3..fc3faec 100644 --- a/src/midimapper.h +++ b/src/midimapper.h @@ -29,7 +29,6 @@ #include #include #include -#include "mutex.h" typedef std::map midimap_t; typedef std::map instrmap_t; -- cgit v1.2.3