diff options
| author | Jasper van de Gronde <jasper.vandegronde@gmail.com> | 2008-07-18 16:23:40 +0000 |
|---|---|---|
| committer | jaspervdg <jaspervdg@users.sourceforge.net> | 2008-07-18 16:23:40 +0000 |
| commit | 2f17abf596c8aa2bfb79dedf626a63225471d806 (patch) | |
| tree | c46110273fcbede986534ba80940ba8bfe59354f /src/ui/dialog/inkscape-preferences.cpp | |
| parent | Add python for cxxtests (diff) | |
| download | inkscape-2f17abf596c8aa2bfb79dedf626a63225471d806.tar.gz inkscape-2f17abf596c8aa2bfb79dedf626a63225471d806.zip | |
Removed the unused allowshorthands preference.
(bzr r6352)
Diffstat (limited to 'src/ui/dialog/inkscape-preferences.cpp')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index 1e4f7c3b5..dc11a4c2e 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -927,11 +927,6 @@ void InkscapePreferences::initPageSVGOutput() _svgoutput_allowrelativecoordinates.init( _("Allow relative coordinates"), "options.svgoutput", "allowrelativecoordinates", true); _page_svgoutput.add_line( false, "", _svgoutput_allowrelativecoordinates, "", _("If set, relative coordinates may be used in path data"), false); - /* seems this is never used in Inkscape code - _svgoutput_allowshorthands.init( _("Allow shorthands"), "options.svgoutput", "allowshorthands", true); - _page_svgoutput.add_line( false, "", _svgoutput_allowshorthands, "", _(""), false); - */ - _svgoutput_forcerepeatcommands.init( _("Force repeat commands"), "options.svgoutput", "forcerepeatcommands", false); _page_svgoutput.add_line( false, "", _svgoutput_forcerepeatcommands, "", _("Force repeating of the same path command (for example, 'L 1,2 L 3,4' instead of 'L 1,2 3,4')"), false); |
