]> git.lyx.org Git - features.git/blobdiff - src/frontends/controllers/ControlError.C
*duck*
[features.git] / src / frontends / controllers / ControlError.C
index 412c6e66919c658ff02403a2fc6d7a045fcdd0de..fd3918bc848e492c111b1153ab2208505313a3e6 100644 (file)
 #endif
 
 #include "ControlError.h"
-#include "ViewBase.h"
-#include "ButtonControllerBase.h"
-#include "Dialogs.h"
-#include "buffer.h"
 #include "insets/inseterror.h"
 
-#include "frontends/LyXView.h"
-
-#include <boost/bind.hpp>
 
 ControlError::ControlError(LyXView & lv, Dialogs & d)
        : ControlInset<InsetError, string>(lv, d)
-{
-       d_.showError = boost::bind(&ControlError::showInset, this, _1);
-}
+{}
 
 
 string const ControlError::getParams(InsetError const & inset)