From 33e1ee8d75be60bb450c77e773f7e79e139d76dc Mon Sep 17 00:00:00 2001 From: buliabyak Date: Wed, 9 Jul 2008 16:47:05 +0000 Subject: [PATCH] remove tolerance from tool prefs now that it's on the controls bar --- src/ui/dialog/inkscape-preferences.cpp | 4 ---- src/ui/dialog/inkscape-preferences.h | 2 -- 2 files changed, 6 deletions(-) diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index 664f2c4e8..e9b41d76e 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -443,10 +443,6 @@ void InkscapePreferences::initPageTools() //Pencil this->AddPage(_page_pencil, _("Pencil"), iter_tools, PREFS_PAGE_TOOLS_PENCIL); this->AddSelcueCheckbox(_page_pencil, "tools.freehand.pencil", true); - _t_pencil_tolerance.init ( "tools.freehand.pencil", "tolerance", 0.0, 100.0, 0.5, 1.0, 10.0, false, false); - _page_pencil.add_line( false, _("Tolerance:"), _t_pencil_tolerance, "", - _("This value affects the amount of smoothing applied to freehand lines; lower values produce more uneven paths with more nodes"), - false ); this->AddNewObjectsStyle(_page_pencil, "tools.freehand.pencil"); this->AddDotSizeSpinbutton(_page_pencil, "tools.freehand.pencil", 3.0); diff --git a/src/ui/dialog/inkscape-preferences.h b/src/ui/dialog/inkscape-preferences.h index 2f3c7e951..289a8ecce 100644 --- a/src/ui/dialog/inkscape-preferences.h +++ b/src/ui/dialog/inkscape-preferences.h @@ -135,8 +135,6 @@ protected: PrefSpinButton _t_node_pathflash_timeout; PrefColorPicker _t_node_pathoutline_color; - PrefSpinButton _t_pencil_tolerance; - PrefRadioButton _win_dockable, _win_floating; PrefRadioButton _win_ontop_none, _win_ontop_normal, _win_ontop_agressive; PrefRadioButton _win_save_geom_off, _win_save_geom, _win_save_geom_prefs; -- 2.30.2