remove unused code

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5026 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2002-08-19 16:41:39 +00:00
parent 799f3049d1
commit 72f30959c1
2 changed files with 0 additions and 19 deletions

View File

@ -3161,23 +3161,6 @@ bool BufferView::Pimpl::dispatch(FuncRequest const & ev)
}
void BufferView::Pimpl::newline()
{
if (available()) {
LyXText * lt = bv_->getLyXText();
hideCursor();
update(lt,
BufferView::SELECT
| BufferView::FITCUR);
lt->insertChar(bv_, Paragraph::META_NEWLINE);
update(lt,
BufferView::SELECT
| BufferView::FITCUR
| BufferView::CHANGE);
}
}
void BufferView::Pimpl::hfill()
{
if (available()) {

View File

@ -145,8 +145,6 @@ private:
///
void specialChar(InsetSpecialChar::Kind);
///
void newline();
///
void hfill();
///
void smartQuote();