mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Remove redundant LFUNs,
LFUN_HELP_COPYRIGHT, LFUN_HELP_CREDITS, LFUN_HELP_VERSION. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2710 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
dfea8a9dad
commit
bb6f1f7c41
@ -1,3 +1,11 @@
|
||||
2001-09-02 Angus Leeming <a.leeming@ic.ac.uk>
|
||||
|
||||
* commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
|
||||
LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
|
||||
|
||||
* LyXAction.C (init):
|
||||
* lyxfunc.C (dispatch): associated code removal.
|
||||
|
||||
2001-09-07 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* lyxfont.h (isSymbolFont): shut off warning
|
||||
|
@ -221,15 +221,8 @@ void LyXAction::init()
|
||||
ReadOnly },
|
||||
{ LFUN_HFILL, "hfill-insert",
|
||||
N_("Insert horizontal fill"), Noop },
|
||||
{ LFUN_HELP_COPYRIGHT, "help-copyright",
|
||||
N_("Display copyright information"), NoBuffer },
|
||||
{ LFUN_HELP_CREDITS, "help-credits",
|
||||
N_("Show the list of people who helped writing LyX"),
|
||||
NoBuffer},
|
||||
{ LFUN_HELP_OPEN, "help-open", N_("Open a Help file"),
|
||||
NoBuffer|Argument},
|
||||
{ LFUN_HELP_VERSION, "help-version",
|
||||
N_("Show the actual LyX version"), NoBuffer},
|
||||
{ LFUN_HTMLURL, "html-insert", "", Noop },
|
||||
{ LFUN_HYPHENATION, "hyphenation-point-insert",
|
||||
N_("Insert hyphenation point"), Noop },
|
||||
|
@ -248,10 +248,7 @@ enum kb_action {
|
||||
LFUN_SEQUENCE, // Andre' 991111
|
||||
LFUN_DIALOG_PREFERENCES, // ARRae 20000726
|
||||
LFUN_SAVEPREFERENCES, // Lgb 991127
|
||||
LFUN_HELP_COPYRIGHT, // ARRae 20000129
|
||||
LFUN_HELP_CREDITS, // ARRae 981017
|
||||
LFUN_HELP_OPEN, // 220 // Jug 990627
|
||||
LFUN_HELP_VERSION, // Jug 990627
|
||||
LFUN_DATE_INSERT, // jdblair 20000131
|
||||
LFUN_LANGUAGE, // Dekel 20000203
|
||||
LFUN_INSET_TEXT, // Jug 20000214
|
||||
|
@ -1202,10 +1202,6 @@ string const LyXFunc::dispatch(int ac,
|
||||
owner->getDialogs()->showAboutlyx();
|
||||
break;
|
||||
|
||||
case LFUN_HELP_COPYRIGHT:
|
||||
case LFUN_HELP_CREDITS:
|
||||
|
||||
|
||||
case LFUN_HELP_OPEN:
|
||||
{
|
||||
string const arg = argument;
|
||||
@ -1230,8 +1226,6 @@ string const LyXFunc::dispatch(int ac,
|
||||
break;
|
||||
}
|
||||
|
||||
case LFUN_HELP_VERSION:
|
||||
|
||||
// --- version control -------------------------------
|
||||
case LFUN_VC_REGISTER:
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user