summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-05-24 22:20:19 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-05-24 22:29:38 +0900
commitd428360e48f069622b0aeccf74b88af0be632be8 (patch)
treead5cc5540e59746c70a43f8169e08963ae590c00 /filter
parent9746c6de3a05fe9284d6d6bb2f636bfe912733cd (diff)
removed unused const char[]
Change-Id: Ia5f26c13e7bae42685230769fa86b52703eb2f7e
Diffstat (limited to 'filter')
-rw-r--r--filter/source/svg/svgwriter.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/filter/source/svg/svgwriter.cxx b/filter/source/svg/svgwriter.cxx
index 4d417070320d..5bcbb5aeb2e6 100644
--- a/filter/source/svg/svgwriter.cxx
+++ b/filter/source/svg/svgwriter.cxx
@@ -49,10 +49,7 @@ static const char aXMLElemLine[] = "line";
static const char aXMLElemRect[] = "rect";
static const char aXMLElemEllipse[] = "ellipse";
static const char aXMLElemPath[] = "path";
-static const char aXMLElemPolygon[] = "polygon";
-static const char aXMLElemPolyLine[] = "polyline";
static const char aXMLElemText[] = "text";
-static const char aXMLElemTSpan[] = "tspan";
static const char aXMLElemImage[] = "image";
static const char aXMLElemMask[] = "mask";
static const char aXMLElemPattern[] = "pattern";
@@ -79,7 +76,6 @@ static const char aXMLAttrRX[] = "rx";
static const char aXMLAttrRY[] = "ry";
static const char aXMLAttrWidth[] = "width";
static const char aXMLAttrHeight[] = "height";
-static const char aXMLAttrPoints[] = "points";
static const char aXMLAttrStroke[] = "stroke";
static const char aXMLAttrStrokeOpacity[] = "stroke-opacity";
static const char aXMLAttrStrokeWidth[] = "stroke-width";