diff options
| author | Patrick Storz <eduard.braun2@gmx.de> | 2019-08-01 18:47:35 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-08-31 14:50:38 +0000 |
| commit | 532f3ff22891bd8d0710df5eb8e75f4d6d701d50 (patch) | |
| tree | 18ac6dbb4a8cff0b723bf27b8cc778510da48c01 /src/extension/prefdialog/parameter.h | |
| parent | Refactor a lot of the parameter handling code (diff) | |
| download | inkscape-532f3ff22891bd8d0710df5eb8e75f4d6d701d50.tar.gz inkscape-532f3ff22891bd8d0710df5eb8e75f4d6d701d50.zip | |
Parameter: remove unused constructors
Diffstat (limited to 'src/extension/prefdialog/parameter.h')
| -rw-r--r-- | src/extension/prefdialog/parameter.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/extension/prefdialog/parameter.h b/src/extension/prefdialog/parameter.h index f1c298fb9..af37a0ba6 100644 --- a/src/extension/prefdialog/parameter.h +++ b/src/extension/prefdialog/parameter.h @@ -58,17 +58,6 @@ public: UNSET, YES, NO }; - Parameter(gchar const *name, - gchar const *text, - gchar const *description, - bool hidden, - int indent, - Inkscape::Extension::Extension *ext); - - Parameter(gchar const *name, - gchar const *text, - Inkscape::Extension::Extension *ext); - Parameter(Inkscape::XML::Node *in_repr, Inkscape::Extension::Extension *ext); |
