]> git.lyx.org Git - features.git/blobdiff - src/frontends/controllers/ControlFloat.C
*duck*
[features.git] / src / frontends / controllers / ControlFloat.C
index 2e8891a3c9adc74f7c4d47c9b703d2d4d0f88ad9..a04eb8dd48bef49ad53ca2f53a988cccbb448ab0 100644 (file)
 #endif
 
 #include "ControlFloat.h"
-#include "ViewBase.h"
-#include "ButtonControllerBase.h"
-#include "Dialogs.h"
-#include "buffer.h"
-#include "BufferView.h"
-
-#include "insets/insetfloat.h"
-#include "frontends/LyXView.h"
-
-#include <boost/bind.hpp>
-
-using std::vector;
 
 
 ControlFloat::ControlFloat(LyXView & lv, Dialogs & d)
        : ControlInset<InsetFloat, FloatParams>(lv, d)
-{
-       d_.showFloat = boost::bind(&ControlFloat::showInset, this, _1);
-
-       // We could have an extra method updateInset that calls
-       // view().update() rather than view().show(), but I don't see why
-       // it is really needed.
-       //d_.updateFloat.connect(slot(this, &ControlFloat::showInset));
-}
+{}
 
 
 void ControlFloat::applyParamsToInset()