From 2148f86b270dbf3ae107162a890ea22dbb1c2572 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Tue, 25 Dec 2007 19:01:10 +0000 Subject: [PATCH] remove debug code. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22299 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiWorkArea.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/frontends/qt4/GuiWorkArea.cpp b/src/frontends/qt4/GuiWorkArea.cpp index 49e227669c..c01c2c6630 100644 --- a/src/frontends/qt4/GuiWorkArea.cpp +++ b/src/frontends/qt4/GuiWorkArea.cpp @@ -479,7 +479,6 @@ void GuiWorkArea::updateScrollbar() void GuiWorkArea::adjustViewWithScrollBar(int action) { stopBlinkingCursor(); -// QToolTip::hideText(); if (action == QAbstractSlider::SliderPageStepAdd) buffer_view_->scrollDown(viewport()->height()); else if (action == QAbstractSlider::SliderPageStepSub) @@ -491,13 +490,6 @@ void GuiWorkArea::adjustViewWithScrollBar(int action) buffer_view_->setCursorFromScrollbar(); lyx_view_->updateLayoutList(); } -/* - lyxerr << "QCursor::pos() = " - << QCursor::pos().x() << " " - << QCursor::pos().y() << " " - <