mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-24 13:48:59 +00:00
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:
parent
799f3049d1
commit
72f30959c1
@ -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()) {
|
||||
|
@ -145,8 +145,6 @@ private:
|
||||
///
|
||||
void specialChar(InsetSpecialChar::Kind);
|
||||
///
|
||||
void newline();
|
||||
///
|
||||
void hfill();
|
||||
///
|
||||
void smartQuote();
|
||||
|
Loading…
Reference in New Issue
Block a user