From 6efcc95d092b4ef5d76c121536eb1fa8fb07a30d Mon Sep 17 00:00:00 2001 From: Jasper van de Gronde Date: Fri, 21 Mar 2008 10:10:29 +0000 Subject: Remove unused flag from PathString. (bzr r5143) --- src/svg/path-string.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/svg/path-string.cpp') 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)) {} -- cgit v1.2.3