[beast: 13/14] SFI: remove deprecated bse_debug_enabled



commit 84eb00573cfbec6db6c98635892cd14dfc6248ea
Author: Tim Janik <timj gnu org>
Date:   Sat Mar 18 01:23:15 2017 +0100

    SFI: remove deprecated bse_debug_enabled
    
    Signed-off-by: Tim Janik <timj gnu org>

 sfi/bcore.hh |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/sfi/bcore.hh b/sfi/bcore.hh
index 1024f50..d856ceb 100644
--- a/sfi/bcore.hh
+++ b/sfi/bcore.hh
@@ -80,9 +80,6 @@ template<class ...Args> inline void dump              (const char *conditional,
 template<class ...Args> inline void debug             (const char *conditional, const char *format, const 
Args &...args) RAPICORN_ALWAYS_INLINE;
 inline bool                         debug_enabled     (const char *conditional) RAPICORN_ALWAYS_INLINE 
BSE_PURE;
 
-// == Legacy ==
-inline bool BSE_DEPRECATED bse_debug_enabled (const char *k)    { return debug_enabled (k); }
-
 // == Internal Implementation Details ==
 namespace Internal {
 extern bool                         debug_any_enabled;  //< Indicates if $BSE_DEBUG enables some debug 
settings.


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