]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathHull.C
delete unneeded BufferView.h declaration.
[lyx.git] / src / mathed / InsetMathHull.C
index 0054d6f46151c2f00017116eaf7637560af823c5..ebc5f8972c499cc2fd4fe298047c7cccad78ceba 100644 (file)
@@ -50,9 +50,6 @@
 #include "insets/render_preview.h"
 #include "insets/insetlabel.h"
 
-#include "frontends/Dialogs.h"
-#include "frontends/LyXView.h"
-
 #include "graphics/PreviewImage.h"
 #include "graphics/PreviewLoader.h"
 
@@ -1264,7 +1261,7 @@ void InsetMathHull::mutateToText()
                view_->getIntl()->getTransManager().TranslateAndInsert(*cit, lt);
 
        // remove ourselves
-       //view_->owner()->dispatch(LFUN_ESCAPE);
+       //theApp->lyxFunc().dispatch(LFUN_ESCAPE);
 #endif
 }