diff --git a/src/frontends/Application.cpp b/src/frontends/Application.cpp index 0a1d1e8124..06b5af18ab 100644 --- a/src/frontends/Application.cpp +++ b/src/frontends/Application.cpp @@ -30,9 +30,6 @@ #include "support/lstrings.h" #include "support/os.h" -#include -#include - namespace lyx { namespace frontend { diff --git a/src/frontends/LyXView.h b/src/frontends/LyXView.h index c52f2dbd0b..51008ea6fd 100644 --- a/src/frontends/LyXView.h +++ b/src/frontends/LyXView.h @@ -194,18 +194,7 @@ private: LyXView(LyXView const &); void operator=(LyXView const &); - /// Bind methods for BufferView messages signal connection - //@{ - virtual void showDialog(std::string const & name) = 0; - virtual void showDialogWithData(std::string const & name, - std::string const & data) = 0; - virtual void showInsetDialog(std::string const & name, - std::string const & data, Inset * inset) = 0; - virtual void updateDialog(std::string const & name, - std::string const & data) = 0; - //@} - -private: + /// int id_; };