diff options
Diffstat (limited to 'src/svg/path-string.cpp')
| -rw-r--r-- | src/svg/path-string.cpp | 1 |
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)) {} |
