diff options
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 5 | ||||
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.h | 1 |
2 files changed, 0 insertions, 6 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); diff --git a/src/ui/dialog/inkscape-preferences.h b/src/ui/dialog/inkscape-preferences.h index 289a8ecce..0407de45f 100644 --- a/src/ui/dialog/inkscape-preferences.h +++ b/src/ui/dialog/inkscape-preferences.h @@ -220,7 +220,6 @@ protected: PrefCheckButton _svgoutput_inlineattrs; PrefSpinButton _svgoutput_indent; PrefCheckButton _svgoutput_allowrelativecoordinates; - PrefCheckButton _svgoutput_allowshorthands; PrefCheckButton _svgoutput_forcerepeatcommands; PrefEntryButtonHBox _importexport_ocal_url; |
