summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.h
diff options
context:
space:
mode:
authorAlexander Valavanis <valavanisalex@gmail.com>2019-01-22 00:27:41 +0000
committerAlexander Valavanis <valavanisalex@gmail.com>2019-01-22 00:27:41 +0000
commitdfcb135bd1be493716c95ed4e72964fe99c9df2c (patch)
tree3f588291b0a347d4838097999ec26b485ffeeb26 /src/widgets/toolbox.h
parentCleanup unused toolbar code (diff)
downloadinkscape-dfcb135bd1be493716c95ed4e72964fe99c9df2c.tar.gz
inkscape-dfcb135bd1be493716c95ed4e72964fe99c9df2c.zip
Tidy up toolbox code
Diffstat (limited to 'src/widgets/toolbox.h')
-rw-r--r--src/widgets/toolbox.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/widgets/toolbox.h b/src/widgets/toolbox.h
index b605b4fbb..6c973ba4a 100644
--- a/src/widgets/toolbox.h
+++ b/src/widgets/toolbox.h
@@ -134,7 +134,6 @@ void delete_connection(GObject * /*obj*/, sigc::connection *connection);
EgeAdjustmentAction * create_adjustment_action( gchar const *name,
gchar const *label, gchar const *shortLabel, gchar const *tooltip,
Glib::ustring const &path, gdouble def,
- GtkWidget *focusTarget,
gboolean altx, gchar const *altx_mark,
gdouble lower, gdouble upper, gdouble step, gdouble page,
gchar const** descrLabels, gdouble const* descrValues, guint descrCount,