aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--typedatabase.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/typedatabase.cpp b/typedatabase.cpp
index d0ececeb2..ea009eb32 100644
--- a/typedatabase.cpp
+++ b/typedatabase.cpp
@@ -31,10 +31,6 @@
TypeDatabase::TypeDatabase() : m_suppressWarnings(true)
{
- StringTypeEntry* e = new StringTypeEntry("QXmlStreamStringRef");
- e->setPreferredConversion(false);
- addType(e);
-
addType(new VoidTypeEntry());
addType(new VarargsTypeEntry());
}