summaryrefslogtreecommitdiff
path: root/sax/inc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-03-12 18:26:00 +0100
committerMichael Stahl <mstahl@redhat.com>2012-03-12 18:30:37 +0100
commitb7c79fc2efddc38bea2a459d146c2f80300eb34e (patch)
tree6eeed1f4900d4e7f9c20832d1e56a303ac77b50d /sax/inc
parent7191b52c00b1affbf44c7bf6d4cd43d21ae5e3ce (diff)
sax: replace Min/Max macros with std::max
Diffstat (limited to 'sax/inc')
-rw-r--r--sax/inc/xml2utf.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sax/inc/xml2utf.hxx b/sax/inc/xml2utf.hxx
index 2421442f780f..b22b96a18c5a 100644
--- a/sax/inc/xml2utf.hxx
+++ b/sax/inc/xml2utf.hxx
@@ -29,10 +29,6 @@
#include <sax/dllapi.h>
-// TODO: Woher?
-#define Max( a, b ) (((a)>(b)) ? (a) : (b) )
-#define Min( a, b ) (((a)<(b)) ? (a) : (b) )
-
/*
*
* Text2UnicodeConverter