diff options
| author | Patrick Storz <eduard.braun2@gmx.de> | 2019-09-25 21:14:22 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-09-25 21:14:22 +0000 |
| commit | faf45cfec5d2161aa7ccafad41f6d5f4f54a18bf (patch) | |
| tree | f8cc65dbaa8fe6b778bffe6f20f8c040aeec04eb /src/extension/prefdialog/parameter-notebook.h | |
| parent | Updated it.po to current inkscape.pot. (diff) | |
| download | inkscape-faf45cfec5d2161aa7ccafad41f6d5f4f54a18bf.tar.gz inkscape-faf45cfec5d2161aa7ccafad41f6d5f4f54a18bf.zip | |
Extensions: Warn for duplicate page names and option names/values
This is easy to miss and causes confusing behavior
(e.g. wrong page/option selected)
Diffstat (limited to 'src/extension/prefdialog/parameter-notebook.h')
| -rw-r--r-- | src/extension/prefdialog/parameter-notebook.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/extension/prefdialog/parameter-notebook.h b/src/extension/prefdialog/parameter-notebook.h index f5a313b49..b64e5c62a 100644 --- a/src/extension/prefdialog/parameter-notebook.h +++ b/src/extension/prefdialog/parameter-notebook.h @@ -54,10 +54,6 @@ private: std::string value_to_string() const override { return ""; }; }; /* class ParamNotebookPage */ - /** A table to store the pages with parameters for this notebook. - * This only gets created if there are pages in this notebook */ - std::vector<ParamNotebookPage*> _pages; - public: ParamNotebook(Inkscape::XML::Node *xml, Inkscape::Extension::Extension *ext); |
