summaryrefslogtreecommitdiffstats
path: root/src/xml/tqxml.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/tqxml.cpp')
-rw-r--r--src/xml/tqxml.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xml/tqxml.cpp b/src/xml/tqxml.cpp
index 591890976..eab061cb0 100644
--- a/src/xml/tqxml.cpp
+++ b/src/xml/tqxml.cpp
@@ -2248,8 +2248,6 @@ private:
: publicId(p), systemId(s) {}
TQString publicId;
TQString systemId;
-
- TQ_DUMMY_COMPARISON_OPERATOR(ExternParameterEntity)
};
struct ExternEntity
{
@@ -2259,7 +2257,6 @@ private:
TQString publicId;
TQString systemId;
TQString notation;
- TQ_DUMMY_COMPARISON_OPERATOR(ExternEntity)
};
TQMap<TQString,ExternParameterEntity> externParameterEntities;
TQMap<TQString,TQString> parameterEntities;