]> git.lyx.org Git - features.git/blobdiff - src/frontends/controllers/ControlTabularCreate.C
*duck*
[features.git] / src / frontends / controllers / ControlTabularCreate.C
index 9eb5254229039b4dd07fb6d53e3fc4d2bb409de6..9db249361b54bab7e376344117ca333af21274d4 100644 (file)
 #include "ViewBase.h"
 #include "ButtonControllerBase.h"
 #include "BufferView.h"
-#include "Dialogs.h"
 #include "lyxfunc.h"
 
 #include "frontends/LyXView.h"
 
 #include "support/lstrings.h"
 
-#include <boost/bind.hpp>
 
 ControlTabularCreate::ControlTabularCreate(LyXView & lv, Dialogs & d)
        : ControlDialogBD(lv, d)
-{
-       d_.showTabularCreate = boost::bind(&ControlTabularCreate::show, this);
-}
+{}
 
 
 ControlTabularCreate::rowsCols & ControlTabularCreate::params()