]> git.lyx.org Git - features.git/blobdiff - src/lyxfunc.C
various fixes from John, Martin and Kayvan, plus one of mine. Read ChangeLogs
[features.git] / src / lyxfunc.C
index 0456ef8bd14433fc78f9389885c5c0a5e0c7eacd..90ef5d5c726bb37402e610414ac1346d024fa5ce 100644 (file)
@@ -723,7 +723,6 @@ func_status::value_type LyXFunc::getStatus(int ac,
                        break;
                }
        }
-#if 0
        else {
                MathTextCodes tc = mathcursor->getLastCode();
                switch (action) {
@@ -752,7 +751,6 @@ func_status::value_type LyXFunc::getStatus(int ac,
                        break;
                }
        }
-       #endif
        
        return flag;
 }