From c256661047854906c94fd280655e02acb427fed3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Mon, 12 Nov 2007 23:37:34 +0000 Subject: [PATCH] cosmetics git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21568 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/Application.cpp | 3 --- src/frontends/LyXView.h | 13 +------------ 2 files changed, 1 insertion(+), 15 deletions(-) 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_; }; -- 2.39.2