summaryrefslogtreecommitdiffstats
path: root/src/extension/output.cpp
diff options
context:
space:
mode:
authorPatrick Storz <eduard.braun2@gmx.de>2019-07-21 16:41:47 +0000
committerPatrick Storz <eduard.braun2@gmx.de>2019-08-31 14:50:38 +0000
commit3c2c2921ae44841306da6ff357865481ad1fc674 (patch)
treefdc214683ca4e54231d84776c1ef1548fbff68d0 /src/extension/output.cpp
parentRemove unused define ESCAPE_DOLLAR_COMMANDLINE (diff)
downloadinkscape-3c2c2921ae44841306da6ff357865481ad1fc674.tar.gz
inkscape-3c2c2921ae44841306da6ff357865481ad1fc674.zip
Remove unused and disabled "help" feature for extensions
Diffstat (limited to 'src/extension/output.cpp')
-rw-r--r--src/extension/output.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/output.cpp b/src/extension/output.cpp
index 51d58bc89..b4f483a91 100644
--- a/src/extension/output.cpp
+++ b/src/extension/output.cpp
@@ -187,7 +187,7 @@ Output::prefs ()
return true;
}
- PrefDialog * dialog = new PrefDialog(this->get_name(), this->get_help(), controls);
+ PrefDialog * dialog = new PrefDialog(this->get_name(), controls);
int response = dialog->run();
dialog->hide();