svgtopt/SVG/SVGImpl/src/SVGDocumentImpl.cpp
changeset 19 df65ec4f2d28
parent 16 ca0ecbd73cb3
child 27 2cc5318a4e7d
--- a/svgtopt/SVG/SVGImpl/src/SVGDocumentImpl.cpp	Fri Apr 16 15:55:53 2010 +0300
+++ b/svgtopt/SVG/SVGImpl/src/SVGDocumentImpl.cpp	Mon May 03 13:22:17 2010 +0300
@@ -374,11 +374,7 @@
             // ellipse
             return ( MXmlElement * ) CSvgEllipseElementImpl::NewL( (TUint8) position, this );
 
-        case KSvgDefsElement:
-			// defs
-        	return ( MXmlElement * ) CSvgDefsElementImpl::NewL((TUint8) position, this);
-
-		case KSvgForeignObjectElement:
+       case KSvgForeignObjectElement:
 			// foreignObject
     		return ( MXmlElement * ) CSvgForeignObjectElementImpl::NewL((TUint8) position, this);