cosmetics

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21568 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2007-11-12 23:37:34 +00:00
parent 600db8e21d
commit c256661047
2 changed files with 1 additions and 15 deletions

View File

@ -30,9 +30,6 @@
#include "support/lstrings.h"
#include "support/os.h"
#include <boost/scoped_ptr.hpp>
#include <boost/shared_ptr.hpp>
namespace lyx {
namespace frontend {

View File

@ -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_;
};