[beast: 57/95] BSE: remove mutex locking helpers



commit 3867102e46e89d61f0aac6ebe57ae5aa1974ff20
Author: Tim Janik <timj gnu org>
Date:   Wed Mar 20 03:09:04 2013 +0100

    BSE: remove mutex locking helpers

 bse/gslcommon.hh |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/bse/gslcommon.hh b/bse/gslcommon.hh
index 54093a4..07d8394 100644
--- a/bse/gslcommon.hh
+++ b/bse/gslcommon.hh
@@ -7,11 +7,6 @@ G_BEGIN_DECLS
 /* --- initialization --- */
 void                   gsl_init        (void);
 
-#define        GSL_SPIN_LOCK   sfi_mutex_lock
-#define        GSL_SPIN_UNLOCK sfi_mutex_unlock
-#define        GSL_SYNC_LOCK   sfi_mutex_lock
-#define        GSL_SYNC_UNLOCK sfi_mutex_unlock
-
 /* --- misc --- */
 const gchar* gsl_byte_order_to_string   (guint           byte_order);
 guint        gsl_byte_order_from_string (const gchar    *string);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]