aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/v4/qv4ir.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/v4/qv4ir.cpp')
-rw-r--r--src/declarative/qml/v4/qv4ir.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/qml/v4/qv4ir.cpp b/src/declarative/qml/v4/qv4ir.cpp
index 83acd05a0f..149479d757 100644
--- a/src/declarative/qml/v4/qv4ir.cpp
+++ b/src/declarative/qml/v4/qv4ir.cpp
@@ -59,7 +59,6 @@ inline const char *typeName(Type t)
case VoidType: return "void";
case StringType: return "string";
case UrlType: return "url";
- case AnchorLineType: return "AnchorLine";
case SGAnchorLineType: return "SGAnchorLine";
case AttachType: return "AttachType";
case ObjectType: return "object";