summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2008-07-09 16:47:05 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2008-07-09 16:47:05 +0000
commita62cb2a5fb250ada5aa70b6a945e38fffee97b2d (patch)
treed5ea62b0461871596bbe7146f22a2dc4822fbac6 /src
parentfix 243913 (diff)
downloadinkscape-a62cb2a5fb250ada5aa70b6a945e38fffee97b2d.tar.gz
inkscape-a62cb2a5fb250ada5aa70b6a945e38fffee97b2d.zip
remove tolerance from tool prefs now that it's on the controls bar
(bzr r6249)
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp4
-rw-r--r--src/ui/dialog/inkscape-preferences.h2
2 files changed, 0 insertions, 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;