summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/toolbox.h')
-rw-r--r--src/widgets/toolbox.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/widgets/toolbox.h b/src/widgets/toolbox.h
index f396f4d9a..3a1bb4cc3 100644
--- a/src/widgets/toolbox.h
+++ b/src/widgets/toolbox.h
@@ -20,8 +20,6 @@
#define TOOLBAR_SLIDER_HINT "compact"
-typedef struct _EgeAdjustmentAction EgeAdjustmentAction;
-
class SPDesktop;
namespace Inkscape {
@@ -72,18 +70,6 @@ public:
} // namespace UI
} // namespace Inkscape
-
-// utility
-
- EgeAdjustmentAction * create_adjustment_action( gchar const *name,
- gchar const *label, gchar const *shortLabel, gchar const *tooltip,
- Glib::ustring const &path, gdouble def,
- gboolean altx, gchar const *altx_mark,
- gdouble lower, gdouble upper, gdouble step, gdouble page,
- gchar const** descrLabels, gdouble const* descrValues, guint descrCount,
- Inkscape::UI::Widget::UnitTracker *unit_tracker = nullptr,
- gdouble climb = 0.1, guint digits = 3, double factor = 1.0 );
-
#endif /* !SEEN_TOOLBOX_H */
/*