]> git.lyx.org Git - lyx.git/blobdiff - src/text3.C
Oops...
[lyx.git] / src / text3.C
index 297504be48ec1b8621ccbeef1a9e3294cd4f0c33..68b22a6f2bb74b4f06a99abea7b7400313d7fa78 100644 (file)
@@ -380,7 +380,7 @@ void doInsertInset(LyXText * lt, FuncRequest const & cmd,
 {
        Inset * inset = createInset(cmd);
        BufferView * bv = cmd.view();
-       
+
        if (inset) {
                bool gotsel = false;
                if (lt->selection.set()) {
@@ -1626,8 +1626,6 @@ Inset::RESULT LyXText::dispatch(FuncRequest const & cmd)
                doInsertInset(this, cmd, true, true);
                break;
 
-       case LFUN_INSERT_URL:
-       case LFUN_INSET_EXTERNAL:
        case LFUN_INDEX_INSERT:
                // Just open the inset
                doInsertInset(this, cmd, true, false);