cocoa: remove unused macro

This commit is contained in:
wm4 2015-05-11 21:04:20 +02:00
parent 4858c47e1c
commit a7ecb11ddd
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@
#include "common/msg.h"
#define CF_RELEASE(a) if ((a) != NULL) CFRelease(a)
#define cocoa_lock(s) pthread_mutex_lock(&s->mutex)
#define cocoa_unlock(s) pthread_mutex_unlock(&s->mutex)