diff options
Diffstat (limited to 'src/extension/prefdialog/parameter.h')
| -rw-r--r-- | src/extension/prefdialog/parameter.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/extension/prefdialog/parameter.h b/src/extension/prefdialog/parameter.h index a5e8c0f71..493824cbf 100644 --- a/src/extension/prefdialog/parameter.h +++ b/src/extension/prefdialog/parameter.h @@ -38,7 +38,7 @@ public: InxParameter(Inkscape::XML::Node *in_repr, Inkscape::Extension::Extension *ext); - ~InxParameter() override; + virtual ~InxParameter() override; /** Wrapper to cast to the object and use its function. */ bool get_bool(SPDocument const *doc, Inkscape::XML::Node const *node) const; @@ -108,16 +108,6 @@ public: const char *get_tooltip() const override { return _description; } /** - * Build a list of parameter strings for the current parameter and it's children (if it has any) - * - * The individual parameter strings have the form "--param=value", so they can be passed to - * script extensions as-is - * - * @param list Reference to a list of strings that will be appended with the new parameter strings - */ - virtual void build_param_string_list(std::list <std::string> &list) const; - - /** * Gets the current value of the parameter in a string form. * * @return String representation of the parameter's value. |
