From bc9d35c1ea5b02f9fa83a104cb92c982c4cb97cc Mon Sep 17 00:00:00 2001 From: bulia byak Date: Fri, 28 Sep 2007 23:32:30 +0000 Subject: remove the disabled old svg-keys-chart verb (bzr r3813) --- src/verbs.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/verbs.cpp') diff --git a/src/verbs.cpp b/src/verbs.cpp index 7fd036311..711f24879 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -1775,12 +1775,6 @@ HelpVerb::perform(SPAction *action, void *data, void *pdata) g_assert(dt->_dlg_mgr != NULL); switch (reinterpret_cast(data)) { - case SP_VERB_HELP_KEYS: - /* TRANSLATORS: If you have translated the keys.svg file to your language, then - translate this string as "keys.LANG.svg" (where LANG is your language code); - otherwise leave as "keys.svg". */ - sp_help_open_screen(_("keys.svg")); - break; case SP_VERB_HELP_ABOUT: sp_help_about(); break; @@ -2552,8 +2546,6 @@ Verb *Verb::_base_verbs[] = { N_("Manage SVG filter effects"), NULL), /* Help */ - new HelpVerb(SP_VERB_HELP_KEYS, "HelpKeys", N_("_Keys and Mouse"), - N_("Keys and mouse shortcuts reference"), "help_keys"), new HelpVerb(SP_VERB_HELP_ABOUT_EXTENSIONS, "HelpAboutExtensions", N_("About E_xtensions"), N_("Information on Inkscape extensions"), NULL), new HelpVerb(SP_VERB_HELP_MEMORY, "HelpAboutMemory", N_("About _Memory"), -- cgit v1.2.3