summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.h
diff options
context:
space:
mode:
authorAlexander Valavanis <valavanisalex@gmail.com>2019-06-05 19:34:19 +0000
committerAlexander Valavanis <valavanisalex@gmail.com>2019-06-05 19:34:19 +0000
commit346e764345e1fbf877307313cd4779874dfd3ed9 (patch)
treed5c326e85f752a1cd54301bc19592d90d9445e51 /src/widgets/toolbox.h
parentMerge changes (diff)
parentFinish TextToolbar migration (diff)
downloadinkscape-346e764345e1fbf877307313cd4779874dfd3ed9.tar.gz
inkscape-346e764345e1fbf877307313cd4779874dfd3ed9.zip
Merge branch 'text-toolbar-migration'
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 */
/*