]> git.lyx.org Git - features.git/commitdiff
Whitespace
authorJuergen Spitzmueller <spitz@lyx.org>
Wed, 22 Feb 2023 13:53:25 +0000 (14:53 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Wed, 22 Feb 2023 13:53:25 +0000 (14:53 +0100)
src/frontends/qt/TocWidget.cpp

index 04be808a6ec555c5d778a54f215f8c6ac12ef4e0..7d0de633362c6d54abb542187f35d7062b4a10b1 100644 (file)
@@ -193,7 +193,6 @@ bool TocWidget::getStatus(Cursor & cur, FuncRequest const & cmd,
 void TocWidget::doDispatch(Cursor & cur, FuncRequest const & cmd,
                DispatchResult & dr)
 {
-
        Inset * inset = itemInset();
 
        QModelIndex const & index = tocTV->currentIndex();
@@ -379,7 +378,6 @@ void TocWidget::outline(FuncCode func_code)
 
 void TocWidget::sendDispatch(FuncRequest fr)
 {
-
        fr.setViewOrigin(&gui_view_);
        GuiWorkArea * old_wa = gui_view_.currentWorkArea();
        GuiWorkArea * doc_wa = gui_view_.currentMainWorkArea();