summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-11-08 16:25:37 -0600
committerTor Lillqvist <tml@iki.fi>2012-11-09 07:58:02 +0000
commit060219ac1a2350cfe89d5415b925dca8150f864d (patch)
treeb708135a25bd5e32673e29eaef9abe785c2ad200 /tools
parent325ac9d353057767da9648fab332eac9c4a6ef0c (diff)
binfilter.die.die.die
Change-Id: Ia3c103e4343d309b997ed37e33a382ffdfbddac3 Reviewed-on: https://gerrit.libreoffice.org/1014 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
Diffstat (limited to 'tools')
-rw-r--r--tools/inc/tools/debug.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/inc/tools/debug.hxx b/tools/inc/tools/debug.hxx
index 92ea214a2625..e956d6592898 100644
--- a/tools/inc/tools/debug.hxx
+++ b/tools/inc/tools/debug.hxx
@@ -410,13 +410,6 @@ public:
#define DBG_ASSERT( sCon, aError ) \
SAL_DETAIL_WARN_IF_FORMAT(!(sCon), "legacy.tools", aError)
-#ifdef DBG_BINFILTER
-#define DBG_BF_ASSERT( sCon, aError ) \
- SAL_DETAIL_WARN_IF_FORMAT(!(sCon), "legacy.binfilter", aError)
-#else
-#define DBG_BF_ASSERT( sCon, aError ) ((void)0)
-#endif
-
#define DBG_WARNING( aWarning ) \
SAL_DETAIL_INFO_IF_FORMAT(true, "legacy.tools", aWarning)
#define DBG_WARNING1( aWarning, x1 ) \