]> git.lyx.org Git - features.git/blobdiff - src/frontends/controllers/ControlUrl.C
*duck*
[features.git] / src / frontends / controllers / ControlUrl.C
index 03e2ce7d4836ecd587f75f1492ca37e6519175c7..97438d8606f7e9b116a769b7a9a8cd10cf523d08 100644 (file)
 #endif
 
 #include "ControlUrl.h"
-#include "ViewBase.h"
-#include "ButtonControllerBase.h"
-#include "Dialogs.h"
-#include "buffer.h"
 
-#include "frontends/LyXView.h"
-
-#include <boost/bind.hpp>
 
 ControlUrl::ControlUrl(LyXView & lv, Dialogs & d)
        : ControlCommand(lv, d, LFUN_INSERT_URL)
-{
-       d_.showUrl = boost::bind(&ControlUrl::showInset, this, _1);
-       d_.createUrl = boost::bind(&ControlUrl::createInset, this, _1);
-}
+{}