summaryrefslogtreecommitdiffstats
path: root/src/svg/path-string.cpp
diff options
context:
space:
mode:
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))
{}