]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiBranch.cpp
do what the FIXME suggested
[lyx.git] / src / frontends / qt4 / GuiBranch.cpp
index 4c09892c0a89d20edbb362c9310c3253c648392b..0f6793d2d14f9f554d4186b52602fdba2e0593ad 100644 (file)
@@ -25,7 +25,6 @@
 #include "insets/InsetBranch.h"
 
 #include <QPushButton>
-#include <QCloseEvent>
 
 using namespace std;
 
@@ -47,13 +46,6 @@ GuiBranch::GuiBranch(GuiView & lv)
 }
 
 
-void GuiBranch::closeEvent(QCloseEvent * e)
-{
-       slotClose();
-       e->accept();
-}
-
-
 void GuiBranch::change_adaptor()
 {
        changed();