From 3c2c2921ae44841306da6ff357865481ad1fc674 Mon Sep 17 00:00:00 2001 From: Patrick Storz Date: Sun, 21 Jul 2019 18:41:47 +0200 Subject: Remove unused and disabled "help" feature for extensions --- src/extension/input.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/extension/input.cpp') diff --git a/src/extension/input.cpp b/src/extension/input.cpp index 792b794c8..dd9485202 100644 --- a/src/extension/input.cpp +++ b/src/extension/input.cpp @@ -224,7 +224,7 @@ Input::prefs (const gchar *uri) 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(); -- cgit v1.2.3