]> git.lyx.org Git - features.git/commitdiff
Remove redundant LFUNs,
authorAngus Leeming <leeming@lyx.org>
Fri, 7 Sep 2001 17:51:00 +0000 (17:51 +0000)
committerAngus Leeming <leeming@lyx.org>
Fri, 7 Sep 2001 17:51:00 +0000 (17:51 +0000)
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

src/ChangeLog
src/LyXAction.C
src/commandtags.h
src/lyxfunc.C

index c9e4b7bc9efa20775ed954f04aa56cbd4b0bee07..7e3267dcee003094cbc09450573802c8f378f3a3 100644 (file)
@@ -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
index 1b2fffb1b15f5ea1974be627dafa635564de7166..b0c3e705bb5de03e220f42473c079f3656a586e7 100644 (file)
@@ -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 },
index 795c059b760558f2f7b8a90fcd28551d419faa37..4a55c2fd870e4a11df2611b1efcfcfaaecb01701 100644 (file)
@@ -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
index 8774312f1c59444c13782e051a3068d88e34b925..dedea4a7a52639843e97cc341a20d5bf4b7c3ce1 100644 (file)
@@ -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:
        {