summaryrefslogtreecommitdiffstats
path: root/src/svg/path-string.cpp
diff options
context:
space:
mode:
authorJasper van de Gronde <jasper.vandegronde@gmail.com>2008-03-21 10:10:29 +0000
committerjaspervdg <jaspervdg@users.sourceforge.net>2008-03-21 10:10:29 +0000
commit6efcc95d092b4ef5d76c121536eb1fa8fb07a30d (patch)
treeffe5a87fec866a052e15c8234b9a8a384a396a45 /src/svg/path-string.cpp
parentAdded dialog to name new calligraphic (diff)
downloadinkscape-6efcc95d092b4ef5d76c121536eb1fa8fb07a30d.tar.gz
inkscape-6efcc95d092b4ef5d76c121536eb1fa8fb07a30d.zip
Remove unused flag from PathString.
(bzr r5143)
Diffstat (limited to 'src/svg/path-string.cpp')
-rw-r--r--src/svg/path-string.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/svg/path-string.cpp b/src/svg/path-string.cpp
index 4cf790a9b..300650811 100644
--- a/src/svg/path-string.cpp
+++ b/src/svg/path-string.cpp
@@ -17,7 +17,6 @@
Inkscape::SVG::PathString::PathString() :
allow_relative_coordinates(0 != prefs_get_int_attribute("options.svgoutput", "allowrelativecoordinates", 1)),
- allow_shorthands(0 != prefs_get_int_attribute("options.svgoutput", "allowshorthands", 1)),
force_repeat_commands(0 != prefs_get_int_attribute("options.svgoutput", "forcerepeatcommands", 0))
{}