Last rites for LFUN_LIST_INSERT.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25115 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-06-04 17:43:13 +00:00
parent 7a3c484635
commit 89ad02ee67
2 changed files with 0 additions and 13 deletions

View 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.

View 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;