summaryrefslogtreecommitdiff
path: root/mutex.c
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-10-09 18:10:57 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-10-09 18:10:57 +0200
commit5c3a76fc80b8ecf296b58fe775d9f68a4c80d1fa (patch)
tree0715b53e91f85369158e6c4fe55be76ebe33fe50 /mutex.c
parentbfc79cef2cb743fedba3e93fd005d25b0a4923dc (diff)
downloadttdaw-5c3a76fc80b8ecf296b58fe775d9f68a4c80d1fa.tar.gz
Clean up of code, removing some unnessesary code
Diffstat (limited to 'mutex.c')
-rw-r--r--mutex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mutex.c b/mutex.c
index 007928d..69841ee 100644
--- a/mutex.c
+++ b/mutex.c
@@ -4,7 +4,6 @@
SharedData shared_data;
pthread_mutex_t mutex;
-pthread_cond_t cond_midi;
pthread_cond_t cond_synth;
void initialize_mutex() {