]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.cpp
Allow dissolution of insets inside mathed
[lyx.git] / src / Buffer.cpp
index 5dfdd6c70ad19f8f8265a927f3427778ffbb58dd..26d171c6b88c81747468fb7386e10c180a340b99 100644 (file)
@@ -1976,13 +1976,6 @@ void Buffer::resetAutosaveTimers() const
 }
 
 
-void Buffer::closing(Buffer * buf) const
-{
-       if (gui_)
-               gui_->closing(buf);
-}
-
-
 void Buffer::setGuiDelegate(frontend::GuiBufferDelegate * gui)
 {
        gui_ = gui;