summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/inkscape-preferences.h
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-07-13 17:53:51 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-07-14 18:29:22 +0000
commit6ff4da4367db057c78ee3bce2dc66bb3be99f0a4 (patch)
treea49cff1af8e75cb37a39a73796fc5c1f8e875a5e /src/ui/dialog/inkscape-preferences.h
parentPre-Threading comment (diff)
downloadinkscape-6ff4da4367db057c78ee3bce2dc66bb3be99f0a4.tar.gz
inkscape-6ff4da4367db057c78ee3bce2dc66bb3be99f0a4.zip
PoewePencil improvements
Diffstat (limited to 'src/ui/dialog/inkscape-preferences.h')
-rw-r--r--src/ui/dialog/inkscape-preferences.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/dialog/inkscape-preferences.h b/src/ui/dialog/inkscape-preferences.h
index 0902d4d11..e1dbd51c2 100644
--- a/src/ui/dialog/inkscape-preferences.h
+++ b/src/ui/dialog/inkscape-preferences.h
@@ -556,7 +556,6 @@ protected:
static void AddFirstAndLastCheckbox(UI::Widget::DialogPage& p, Glib::ustring const &prefs_path, bool def_value);
static void AddDotSizeSpinbutton(UI::Widget::DialogPage& p, Glib::ustring const &prefs_path, double def_value);
static void AddBaseSimplifySpinbutton(UI::Widget::DialogPage& p, Glib::ustring const &prefs_path, double def_value);
- static void AddPencilPowerStrokePressureStep(UI::Widget::DialogPage& p, Glib::ustring const &prefs_path, gint def_value);
static void AddNewObjectsStyle(UI::Widget::DialogPage& p, Glib::ustring const &prefs_path, const gchar* banner = nullptr);
void on_pagelist_selection_changed();