diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2019-01-21 23:49:19 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2019-01-21 23:49:19 +0000 |
| commit | 8aae510a98bb214192ec50688e44267751d49b1c (patch) | |
| tree | dbf2cf229a7c584958f532c3f8ee68a9d00a58a2 /src/widgets/toolbox.h | |
| parent | fix part of inbox:16 Spinbuttons look glitchy (diff) | |
| download | inkscape-8aae510a98bb214192ec50688e44267751d49b1c.tar.gz inkscape-8aae510a98bb214192ec50688e44267751d49b1c.zip | |
Cleanup unused toolbar code
Diffstat (limited to 'src/widgets/toolbox.h')
| -rw-r--r-- | src/widgets/toolbox.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/widgets/toolbox.h b/src/widgets/toolbox.h index 2236a7ab1..b605b4fbb 100644 --- a/src/widgets/toolbox.h +++ b/src/widgets/toolbox.h @@ -135,11 +135,9 @@ void delete_connection(GObject * /*obj*/, sigc::connection *connection); gchar const *label, gchar const *shortLabel, gchar const *tooltip, Glib::ustring const &path, gdouble def, GtkWidget *focusTarget, - GObject *dataKludge, gboolean altx, gchar const *altx_mark, gdouble lower, gdouble upper, gdouble step, gdouble page, gchar const** descrLabels, gdouble const* descrValues, guint descrCount, - void (*callback)(GtkAdjustment *, GObject *), Inkscape::UI::Widget::UnitTracker *unit_tracker = nullptr, gdouble climb = 0.1, guint digits = 3, double factor = 1.0 ); |
