summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJosh Andler <scislac@gmail.com>2009-09-02 18:23:50 +0000
committerscislac <scislac@users.sourceforge.net>2009-09-02 18:23:50 +0000
commiteaa130a15fed549fe4fb7202155a68e345eca68a (patch)
tree06c0c11a6d323ee7fec830a893d94c68d7d38ec5 /src
parentCommenting out Whiteboard configure flag (diff)
downloadinkscape-eaa130a15fed549fe4fb7202155a68e345eca68a.tar.gz
inkscape-eaa130a15fed549fe4fb7202155a68e345eca68a.zip
Remove preference entry for dot size in Pencil tool since it no longer creates dots
(bzr r8553)
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp
index 9b6d9e084..b75fdc6c2 100644
--- a/src/ui/dialog/inkscape-preferences.cpp
+++ b/src/ui/dialog/inkscape-preferences.cpp
@@ -486,7 +486,6 @@ void InkscapePreferences::initPageTools()
this->AddPage(_page_pencil, _("Pencil"), iter_tools, PREFS_PAGE_TOOLS_PENCIL);
this->AddSelcueCheckbox(_page_pencil, "/tools/freehand/pencil", true);
this->AddNewObjectsStyle(_page_pencil, "/tools/freehand/pencil");
- this->AddDotSizeSpinbutton(_page_pencil, "/tools/freehand/pencil", 3.0);
_page_pencil.add_group_header( _("Sketch mode"));
_page_pencil.add_line( true, "", _pencil_average_all_sketches, "",
_("If on, the sketch result will be the normal average of all sketches made, instead of averaging the old result with the new sketch."));