diff options
| author | Patrick Storz <eduard.braun2@gmx.de> | 2019-08-03 19:18:22 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-08-31 14:50:38 +0000 |
| commit | ef84b6a06b8fe5be8c15384cd95a35bc6d0c95a7 (patch) | |
| tree | 989fcb2331274f206287adc31f615a13240d4139 /src/extension/effect.cpp | |
| parent | Properly handle extensions without id or name (diff) | |
| download | inkscape-ef84b6a06b8fe5be8c15384cd95a35bc6d0c95a7.tar.gz inkscape-ef84b6a06b8fe5be8c15384cd95a35bc6d0c95a7.zip | |
Remove unused "nopref" variant of effects
Diffstat (limited to 'src/extension/effect.cpp')
| -rw-r--r-- | src/extension/effect.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/extension/effect.cpp b/src/extension/effect.cpp index ae06ff073..a38c3022a 100644 --- a/src/extension/effect.cpp +++ b/src/extension/effect.cpp @@ -36,10 +36,7 @@ Inkscape::XML::Node * Effect::_filters_list = nullptr; Effect::Effect (Inkscape::XML::Node * in_repr, Implementation::Implementation * in_imp) : Extension(in_repr, in_imp), - _id_noprefs(Glib::ustring(get_id()) + ".noprefs"), - _name_noprefs(Glib::ustring(_(get_name())) + _(" (No preferences)")), _verb(get_id(), get_name(), nullptr, nullptr, this, true), - _verb_nopref(_id_noprefs.c_str(), _name_noprefs.c_str(), nullptr, nullptr, this, false), _menu_node(nullptr), _workingDialog(true), _prefDialog(nullptr) { |
