]> git.lyx.org Git - features.git/blobdiff - src/frontends/controllers/ControlShowFile.C
*duck*
[features.git] / src / frontends / controllers / ControlShowFile.C
index 9d5e0b5ce66f4b4cb537b3632f84846c43e7a328..a412ff48318e0f64c5a771faa81b67b3a8a7aac1 100644 (file)
 #endif
 
 #include "ControlShowFile.h"
-#include "ViewBase.h"
-#include "ButtonControllerBase.h"
-#include "Dialogs.h"
-#include "frontends/LyXView.h"
-#include "BufferView.h"
-#include "gettext.h"
 
 #include "support/filetools.h" // FileSearch
 
-#include <boost/bind.hpp>
-
-#include <fstream>
 
 ControlShowFile::ControlShowFile(LyXView & lv, Dialogs & d)
        : ControlDialogBI(lv, d)
-{
-       d_.showFile = boost::bind(&ControlShowFile::showFile, this, _1);
-}
+{}
 
 
 void ControlShowFile::showFile(string const & file)