]> git.lyx.org Git - features.git/commitdiff
Last rites for LFUN_LIST_INSERT.
authorPavel Sanda <sanda@lyx.org>
Wed, 4 Jun 2008 17:43:13 +0000 (17:43 +0000)
committerPavel Sanda <sanda@lyx.org>
Wed, 4 Jun 2008 17:43:13 +0000 (17:43 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25115 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp
src/Text3.cpp

index dc99b5263f5d1b3df59b9e766a0f0f1cf55a9e02..424aa86796fcc656ae3f9012c9047b29a2df659c 100644 (file)
@@ -498,11 +498,6 @@ void LyXAction::init()
  */
                { LFUN_NEWLINE_INSERT, "newline-insert", Noop, Edit },
 
-
-#if 0
-               { LFUN_LIST_INSERT, "list-insert", Noop, Edit },
-#endif
-
 /*!
  * \var lyx::FuncCode lyx::LFUN_ESCAPE
  * \li Action: Clears the selection. If no text is selected call #LFUN_FINISHED_FORWARD.
index 707cc7d3e8517451cedfae143e1e5e086ba61223..6f93ff818d83d4d66d685c84d6a346a614600391 100644 (file)
@@ -1393,9 +1393,6 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
                cur.posForward();
                break;
        }
-#if 0
-       case LFUN_LIST_INSERT:
-#endif
        case LFUN_CAPTION_INSERT:
        case LFUN_FOOTNOTE_INSERT:
        case LFUN_NOTE_INSERT:
@@ -1984,11 +1981,6 @@ bool Text::getStatus(Cursor & cur, FuncRequest const & cmd,
        case LFUN_FLOAT_LIST_INSERT:
                code = FLOAT_LIST_CODE;
                break;
-#if 0
-       case LFUN_LIST_INSERT:
-               code = LIST_CODE;
-               break;
-#endif
        case LFUN_CAPTION_INSERT:
                code = CAPTION_CODE;
                break;