]> git.lyx.org Git - features.git/blobdiff - src/mathed/formulabase.C
- fix nasty bug due to missing InsetFormula copy c'tor
[features.git] / src / mathed / formulabase.C
index e748bbf137dd05a741fecadda21568e05b89347a..5cba2ecf434c13b42fe523e371074528a1cde6b3 100644 (file)
@@ -191,8 +191,6 @@ void InsetFormulaBase::edit(BufferView * bv, int x, int /*y*/, unsigned int)
 
 void InsetFormulaBase::edit(BufferView * bv, bool front)
 {
-#warning Please have a look if this is right (Jug)
-#warning Does not look wrong... although I do not know what it is supposed to do (Andre)
        edit(bv, front ? 0 : 1, 0, 0);
 }