]> git.lyx.org Git - features.git/blobdiff - src/frontends/controllers/ControlIndex.C
*duck*
[features.git] / src / frontends / controllers / ControlIndex.C
index 6ed48c5b362881597f9c730fdc6fc82143978cfc..a74bea85fda111e55a7ada5e2fc39deec84f9b5c 100644 (file)
 #endif
 
 #include "ControlIndex.h"
-#include "ViewBase.h"
-#include "ButtonControllerBase.h"
-#include "buffer.h"
-#include "Dialogs.h"
 
-#include "frontends/LyXView.h"
-
-#include <boost/bind.hpp>
 
 ControlIndex::ControlIndex(LyXView & lv, Dialogs & d)
        : ControlCommand(lv, d, LFUN_INDEX_INSERT)
-{
-       d_.showIndex = boost::bind(&ControlIndex::showInset, this, _1);
-       d_.createIndex = boost::bind(&ControlIndex::createInset, this, _1);
-}
+{}