From 87ac26f0c489911d9a43bab04aef03cadbe8bbe6 Mon Sep 17 00:00:00 2001 From: Janne Koskinen Date: Wed, 17 Jun 2009 16:03:22 +0200 Subject: removed commented code --- src/gui/kernel/qapplication_s60.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/kernel/qapplication_s60.cpp b/src/gui/kernel/qapplication_s60.cpp index 3bd6e6b..b7561e4 100644 --- a/src/gui/kernel/qapplication_s60.cpp +++ b/src/gui/kernel/qapplication_s60.cpp @@ -835,7 +835,6 @@ void QApplicationPrivate::openPopup(QWidget *popup) } else if (QApplicationPrivate::popupWidgets->count() == 1) { // this was the first popup fw = QApplication::focusWidget(); if (fw) { -// static_cast(fw->effectiveWinId())->CancelLongTapTimer(); QFocusEvent e(QEvent::FocusOut, Qt::PopupFocusReason); q_func()->sendEvent(fw, &e); } -- cgit v0.12